Mono Class Library: System.Reflection Namespace

System.Reflection.Module Class

Provides access to module metadata. [Edit]

See Also: Module Members

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

Thread Safety

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

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.

[Edit]

Requirements

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