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>^)
.NET Framework (current version)
Provides COM objects with version-independent access to the AppDomain::Load(array<Byte>^, array<Byte>^) method overload.
Assembly: mscorlib (in mscorlib.dll)
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.
See the AppDomain::Load(array<Byte>^, array<Byte>^) method overload.
.NET Framework
Available since 1.1
Available since 1.1
Show: