Assembly.Load Method
.NET Framework 3.0
Loads an assembly.
Assembly Members
System.Reflection Namespace
AssemblyName
| Name | Description |
|---|---|
| Assembly.Load (AssemblyName) | Loads an assembly given its AssemblyName. Supported by the .NET Compact Framework. |
| Assembly.Load (Byte[]) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the domain of the caller. |
| Assembly.Load (String) | Loads an assembly given the long form of its name. Supported by the .NET Compact Framework. |
| Assembly.Load (AssemblyName, Evidence) | Loads an assembly given its AssemblyName. The assembly is loaded into the domain of the caller using the supplied evidence. |
| Assembly.Load (Byte[], Byte[]) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. |
| Assembly.Load (String, Evidence) | Loads an assembly given its display name, loading the assembly into the domain of the caller using the supplied evidence. |
| Assembly.Load (Byte[], Byte[], Evidence) | Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly. |
Reference
Assembly ClassAssembly Members
System.Reflection Namespace
AssemblyName