MethodBuilder.GetILGenerator Method
.NET Framework 3.0
Returns an ILGenerator for this method.
| Name | Description |
|---|---|
| MethodBuilder.GetILGenerator () | Returns an ILGenerator for this method with a default Microsoft intermediate language (MSIL) stream size of 64 bytes. |
| MethodBuilder.GetILGenerator (Int32) | Returns an ILGenerator for this method with the specified Microsoft intermediate language (MSIL) stream size. |