Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

_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:
© 2017 Microsoft