Assembly::Load Method

 

Loads an assembly.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLoad(AssemblyName^)

Loads an assembly given its AssemblyName.

System_CAPS_pubmethodSystem_CAPS_staticLoad(AssemblyName^, Evidence^)

Obsolete. Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence.

System_CAPS_pubmethodSystem_CAPS_staticLoad(array<Byte>^)

Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the application domain of the caller.

System_CAPS_pubmethodSystem_CAPS_staticLoad(array<Byte>^, array<Byte>^)

Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols for the assembly. The assembly is loaded into the application domain of the caller.

System_CAPS_pubmethodSystem_CAPS_staticLoad(array<Byte>^, array<Byte>^, Evidence^)

Obsolete. Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and evidence for the assembly. The assembly is loaded into the application domain of the caller.

System_CAPS_pubmethodSystem_CAPS_staticLoad(array<Byte>^, array<Byte>^, SecurityContextSource)

Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols and specifying the source for the security context. The assembly is loaded into the application domain of the caller.

System_CAPS_pubmethodSystem_CAPS_staticLoad(String^)

Loads an assembly given the long form of its name.

System_CAPS_pubmethodSystem_CAPS_staticLoad(String^, Evidence^)

Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence.

Return to top
Show: