This documentation is archived and is not being maintained.
AppDomain::Load Method
Visual Studio 2010
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(array<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(array<Byte>, array<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(array<Byte>, array<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. |
Show: