_AppDomain::Load Method

 

Provides COM objects with version-independent access to the AppDomain::Load method.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodLoad(AssemblyName^)

Provides COM objects with version-independent access to the AppDomain::Load(AssemblyName^) method overload.

System_CAPS_pubmethodLoad(AssemblyName^, Evidence^)

Provides COM objects with version-independent access to the AppDomain::Load(AssemblyName^, Evidence^) method overload.

System_CAPS_pubmethodLoad(array<Byte>^)

Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>^) method overload.

System_CAPS_pubmethodLoad(array<Byte>^, array<Byte>^)

Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>^, array<Byte>^) method overload.

System_CAPS_pubmethodLoad(array<Byte>^, array<Byte>^, Evidence^)

Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>^, array<Byte>^, Evidence^) method overload.

System_CAPS_pubmethodLoad(String^)

Provides COM objects with version-independent access to the AppDomain::Load(String^) method overload.

System_CAPS_pubmethodLoad(String^, Evidence^)

Provides COM objects with version-independent access to the AppDomain::Load(String^, Evidence^) method overload.

Return to top
Show: