4.0.0-beta-22231
11 Nov 14
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
4.0.0-beta-23123
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Compare to version...
with 4.0.0-beta-23516
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.0
27 Jun 16
4.0.0-rc2-24027
16 May 16
4.0.0-beta-23516
18 Nov 15
4.0.0-beta-23409
15 Oct 15
4.0.0-beta-23225
2 Sep 15
4.0.0-beta-23123
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Runtime.Loader"
Version
=
"4.0.0-beta-22231"
/>
API Differences between 4.0.0-beta-22231 and 4.0.0-beta-23516
15
Additions
0
Removals
System.Runtime.Loader
public
abstract
class
AssemblyLoadContext
public
static
AssemblyLoadContext
Default
{
get
; }
protected
AssemblyLoadContext
()
public
static
AssemblyName
GetAssemblyName
(
string
assemblyPath
)
public
static
AssemblyLoadContext
GetLoadContext
(
Assembly
assembly
)
public
static
void
InitializeDefaultContext
(
AssemblyLoadContext
context
)
protected
abstract
Assembly
Load
(
AssemblyName
assemblyName
)
public
Assembly
LoadFromAssemblyName
(
AssemblyName
assemblyName
)
protected
Assembly
LoadFromAssemblyPath
(
string
assemblyPath
)
protected
Assembly
LoadFromNativeImagePath
(
string
nativeImagePath
,
string
assemblyPath
)
protected
Assembly
LoadFromStream
(
Stream
assembly
)
protected
Assembly
LoadFromStream
(
Stream
assembly
,
Stream
assemblySymbols
)
protected
virtual
IntPtr
LoadUnmanagedDll
(
string
unmanagedDllName
)
public
void
SetProfileOptimizationRoot
(
string
directoryPath
)
public
void
StartProfileOptimization
(
string
profile
)