_AppDomain::Load Method (array<Byte>^, array<Byte>^, Evidence^)
.NET Framework (current version)
Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>^, array<Byte>^, Evidence^) method overload.
Assembly: mscorlib (in mscorlib.dll)
Assembly^ Load( array<unsigned char>^ rawAssembly, array<unsigned char>^ rawSymbolStore, Evidence^ securityEvidence )
Parameters
- rawAssembly
-
Type:
array<System::Byte>^
An array of type byte that is a COFF-based image containing an emitted assembly.
- rawSymbolStore
-
Type:
array<System::Byte>^
An array of type byte containing the raw bytes representing the symbols for the assembly.
- securityEvidence
-
Type:
System.Security.Policy::Evidence^
Evidence for loading the assembly.
See the AppDomain::Load(array<Byte>^, array<Byte>^, Evidence^) method overload.
.NET Framework
Available since 1.1
Available since 1.1
Show: