_AppDomain::Load Method (AssemblyName^, Evidence^)

 

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

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

Assembly^ Load(
	AssemblyName^ assemblyRef,
	Evidence^ assemblySecurity
)

Parameters

assemblyRef
Type: System.Reflection::AssemblyName^

An object that describes the assembly to load.

assemblySecurity
Type: System.Security.Policy::Evidence^

Evidence for loading the assembly.

Return Value

Type: System.Reflection::Assembly^

The loaded assembly.

.NET Framework
Available since 1.1
Return to top
Show: