Assembly.LoadModule Method (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.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
abstract LoadModule : moduleName:string * rawModule:byte[] -> Module override LoadModule : moduleName:string * rawModule:byte[] -> Module
Parameters
- moduleName
- Type: System.String
The name of the module. This string must correspond to a file name in this assembly's manifest.
- rawModule
- Type: System.Byte[]
A byte array that is a COFF-based image containing an emitted module, or a resource.
Implements
_Assembly.LoadModule(String, Byte[])| Exception | Condition |
|---|---|
| ArgumentNullException | moduleName or rawModule is a null reference (Nothing in Visual Basic). |
| ArgumentException | moduleName does not match a file entry in this assembly's manifest. |
| BadImageFormatException | rawModule is not a valid module. |
| FileLoadException | A file that was found could not be loaded. |
- SecurityPermission
to provide evidence. Associated enumeration: SecurityPermissionFlag.ControlEvidence
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.