System.Reflection.Module Class
Provides access to module metadata.

See Also: Module Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComDefaultInterface(typeof(System.Runtime.InteropServices._Module))]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class Module : ICustomAttributeProvider, System.Runtime.InteropServices._Module, System.Runtime.Serialization.ISerializable

Remarks

A module is a single portable executable (PE) file.

Note:

One or more modules deployed as a unit composes an assembly.

For more information on modules, see Partition II of the CLI Specification.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0