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 (array<Byte>^, array<Byte>^)

 

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

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

Assembly^ Load(
	array<unsigned char>^ rawAssembly,
	array<unsigned char>^ rawSymbolStore
)

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.

Return Value

Type: System.Reflection::Assembly^

The loaded assembly.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft