DynamicMethod.GetILGenerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a Microsoft intermediate language (MSIL) generator that can be used to emit a body for the dynamic method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetILGenerator() | Returns a Microsoft intermediate language (MSIL) generator for the method with a default MSIL stream size of 64 bytes. |
|
GetILGenerator(Int32) | Returns a Microsoft intermediate language (MSIL) generator for the method with the specified MSIL stream size. |
Show: