DynamicMethod::GetDynamicILInfo Method ()

 

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

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
DynamicILInfo^ GetDynamicILInfo()

Return Value

Type: System.Reflection.Emit::DynamicILInfo^

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

The DynamicILInfo class is provided to support unmanaged code generation.

SecurityPermission

to execute unmanaged code. Associated enumeration: SecurityPermissionFlag::UnmanagedCode.

.NET Framework
Available since 2.0
Return to top
Show: