System.Reflection.Emit.DynamicILInfo.DynamicMethod Property

Gets the dynamic method whose body is generated by the current instance.

Syntax

public DynamicMethod DynamicMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Reflection.Emit.DynamicILInfo object is always associated with a dynamic method. The purpose of the System.Reflection.Emit.DynamicILInfo class is to provide another way of inserting the MSIL stream, exception handling, and local variable signature into a dynamic method, for developers who want to generate MSIL without using the System.Reflection.Emit.ILGenerator class.

Requirements

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