Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft