System.Reflection.Emit.DynamicMethod.GetDynamicILInfo Method

Returns a System.Reflection.Emit.DynamicILInfo object that can be used to generate a method body from metadata tokens, scopes, and Microsoft intermediate language (MSIL) streams.

Syntax

public DynamicILInfo GetDynamicILInfo ()

Returns

A System.Reflection.Emit.DynamicILInfo object that can be used to generate a method body from metadata tokens, scopes, and MSIL streams.

Remarks

The System.Reflection.Emit.DynamicILInfo class is provided to support unmanaged code generation. For more information, see The Unmanaged Reflection API.

Requirements

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