Assembly.LoadModule Method
.NET Framework 3.0
Loads the module internal to this assembly.
| Name | Description |
|---|---|
| Assembly.LoadModule (String, 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. |
| Assembly.LoadModule (String, Byte[], 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. |