_AppDomain.Load Method
.NET Framework 4.5
Provides COM objects with version-independent access to the AppDomain.Load method.
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) | Provides COM objects with version-independent access to the AppDomain.Load(AssemblyName) method overload. |
|
Load(Byte[]) | Provides COM objects with version-independent access to the AppDomain.Load(Byte[]) method overload. |
|
Load(String) | Provides COM objects with version-independent access to the AppDomain.Load(String) method overload. |
|
Load(AssemblyName, Evidence) | Provides COM objects with version-independent access to the AppDomain.Load(AssemblyName, Evidence) method overload. |
|
Load(Byte[], Byte[]) | Provides COM objects with version-independent access to the AppDomain.Load(Byte[], Byte[]) method overload. |
|
Load(String, Evidence) | Provides COM objects with version-independent access to the AppDomain.Load(String, Evidence) method overload. |
|
Load(Byte[], Byte[], Evidence) | Provides COM objects with version-independent access to the AppDomain.Load(Byte[], Byte[], Evidence) method overload. |