MethodBuilder.GetILGenerator Method
.NET Framework 4
Returns an ILGenerator for this 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 an ILGenerator for this method with a default Microsoft intermediate language (MSIL) stream size of 64 bytes. |
|
GetILGenerator(Int32) | Returns an ILGenerator for this method with the specified Microsoft intermediate language (MSIL) stream size. |