System.Reflection.MemberInfo.Module Property

Gets the module in which the type that declares the member represented by the current System.Reflection.MemberInfo is defined.

Syntax

public virtual Module Module { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is provided as a convenience. It is equivalent to using the MemberInfo.DeclaringType property to get the type in which the method is declared, and then calling the Type.Module property of the resulting Type object.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0