System.Reflection.Emit.DynamicMethod.Module Property

Gets the module with which the dynamic method is logically associated.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

If a module was specified when the dynamic method was created, this property returns that module. If a type was specified as the owner when the dynamic method was created, this property returns the module which contains that type.

Requirements

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