Assembly.Load Method
.NET Framework 4
Loads an assembly.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Load(AssemblyName) | Loads an assembly given its AssemblyName. |
|
Load(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(String) | Loads an assembly given the long form of its name. |
|
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(Byte[], 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(String, Evidence) | Obsolete. Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence. |
|
Load(Byte[], 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(Byte[], 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. |