System.Reflection.Emit.MethodBuilder.GetILGenerator Method

Returns an ILGenerator for this method with the specified Microsoft intermediate language (MSIL) stream size.

Syntax

public ILGenerator GetILGenerator (int size)

Parameters

size
The size of the MSIL stream, in bytes.

Returns

Returns an ILGenerator object for this method.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0