ConstructorBuilder.GetILGeneratorCore(Int32) Method

Definition

When overridden in a derived class, gets an ILGenerator that can be used to emit a method body for this constructor.

C#
protected abstract System.Reflection.Emit.ILGenerator GetILGeneratorCore(int streamSize);

Parameters

streamSize
Int32

The size of the IL stream, in bytes.

Returns

An ILGenerator for this constructor.

Applies to

Product Versions
.NET 8, 9