Assembly::LoadModule Method
.NET Framework (current version)
Loads the module internal to this assembly.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | LoadModule(String^, array<Byte>^) | Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. |
![]() | LoadModule(String^, array<Byte>^, array<Byte>^) | Loads the module, internal to this assembly, with a common object file format (COFF)-based image containing an emitted module, or a resource file. The raw bytes representing the symbols for the module are also loaded. |
Show:
