AppDomain.Load Method
.NET Framework 4.5
Loads an Assembly into this application domain.
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. |
|
Load(String) | Loads an Assembly given its display name. |
|
Load(AssemblyName, Evidence) | Obsolete. Loads an Assembly given its AssemblyName. |
|
Load(Byte[], 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(String, Evidence) | Obsolete. Loads an Assembly given its display name. |
|
Load(Byte[], Byte[], Evidence) | Obsolete. 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. |