Assembly::Load Method
Loads an assembly.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Load(AssemblyName^) | Loads an assembly given its AssemblyName. |
![]() ![]() | Load(AssemblyName^, Evidence^) | Obsolete. Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence. |
![]() ![]() | Load(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. |
![]() ![]() | Load(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. |
![]() ![]() | Load(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. |
![]() ![]() | Load(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. |
![]() ![]() | Load(String^) | Loads an assembly given the long form of its name. |
![]() ![]() | Load(String^, Evidence^) | Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence. |

