Mono Class Library: System.Type Overview | Members

System.Type.Module Property

Gets the module in which the current Type is defined.

public abstract System.Reflection.Module Module { get; }

Value

A System.Reflection.Module that reflects the module in which the current Type is defined.

Remarks

If the current instance represents a generic type, this property returns the module in which the type was defined.

Similarly, if the current instance represents a generic parameter T, this property returns the assembly that contains the generic type that defines T.

Operation
This property is read-only.

Requirements

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