System.Reflection.Emit.ConstructorBuilder.Module Property

Gets the dynamic module in which this constructor is defined.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

This property returns the same value as the ConstructorBuilder.GetModule method.

Requirements

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