Load Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
AppDomain Class
AppDomain Methods
Load Method
Load Method (Byte[])
Load Method (AssemblyName)
Load Method (String)
Load Method (Byte[], Byte[])
Load Method (AssemblyName, Evi ...
Load Method (String, Evidence)
Load Method (Byte[], Byte[], E ...
AppDomain Methods
_AppDomain.GetIDsOfNames Metho ...
_AppDomain.GetTypeInfo Method
_AppDomain.GetTypeInfoCount Me ...
_AppDomain.Invoke Method
AppendPrivatePath Method
ApplyPolicy Method
ClearPrivatePath Method
ClearShadowCopyPath Method
CreateComInstanceFrom Method
CreateDomain Method
CreateInstance Method
CreateInstanceAndUnwrap Method
CreateInstanceFrom Method
CreateInstanceFromAndUnwrap Me ...
DefineDynamicAssembly Method
DoCallBack Method
ExecuteAssembly Method
ExecuteAssemblyByName Method
GetAssemblies Method
GetCurrentThreadId Method
GetData Method
GetType Method
InitializeLifetimeService Meth ...
IsDefaultAppDomain Method
IsFinalizingForUnload Method
Load Method
MemberwiseClone Method
ReflectionOnlyGetAssemblies Me ...
SetAppDomainPolicy Method
SetCachePath Method
SetData Method
SetDynamicBase Method
SetPrincipalPolicy Method
SetShadowCopyFiles Method
SetShadowCopyPath Method
SetThreadPrincipal Method
ToString Method
Unload Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
AppDomain
.
.
::
.
Load Method
Loads an
Assembly
into this application domain.
Overload List
Name
Description
Load(
array<
Byte
>
[]
()
[]
)
Loads the
Assembly
with a common object file format (COFF) based image containing an emitted
Assembly
.
Load(AssemblyName)
Loads an
Assembly
given its
AssemblyName
.
Load(String)
Loads an
Assembly
given its display name.
Load(
array<
Byte
>
[]
()
[]
,
array<
Byte
>
[]
()
[]
)
Loads the
Assembly
with a common object file format (COFF) based image containing an emitted
Assembly
. The raw bytes representing the symbols for the
Assembly
are also loaded.
Load(AssemblyName, Evidence)
Loads an
Assembly
given its
AssemblyName
.
Load(String, Evidence)
Loads an
Assembly
given its display name.
Load(
array<
Byte
>
[]
()
[]
,
array<
Byte
>
[]
()
[]
, Evidence)
Loads the
Assembly
with a common object file format (COFF) based image containing an emitted
Assembly
. The raw bytes representing the symbols for the
Assembly
are also loaded.
Top
See Also
Reference
AppDomain Class
AppDomain Members
System Namespace
Tags :