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.
Overload List
Top
| Name | Description | |
|---|---|---|
![]() | Load(AssemblyName) | Loads an Assembly given its AssemblyName. |
![]() | Load( | 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( | 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( | 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. |
.gif)