Module Class
Performs reflection on a module.
For a list of all members of this type, see Module Members.
System.Object
System.Reflection.Module
System.Reflection.Emit.ModuleBuilder
[Visual Basic] <Serializable> Public Class Module Implements ISerializable, ICustomAttributeProvider [C#] [Serializable] public class Module : ISerializable, ICustomAttributeProvider [C++] [Serializable] public __gc class Module : public ISerializable, ICustomAttributeProvider [JScript] public Serializable class Module implements ISerializable, ICustomAttributeProvider
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
A module is a portable executable file of type .dll or .exe consisting of one or more classes and interfaces. There may be multiple namespaces contained in a single module, and a namespace may span multiple modules.
One or more modules deployed as a unit compose an assembly.
Requirements
Namespace: System.Reflection
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: Mscorlib (in Mscorlib.dll)