Emits an ldc.i4 opcode using the fastest available opcode choice.

Namespace: NHibernate.Bytecode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static void EmitFastInt(
	ILGenerator il,
	int value
)
Visual Basic
Public Shared Sub EmitFastInt ( _
	il As ILGenerator, _
	value As Integer _
)
Visual C++
public:
static void EmitFastInt(
	ILGenerator^ il, 
	int value
)

Parameters

il
Type: System.Reflection.Emit..::..ILGenerator

[Missing <param name="il"/> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitFastInt(System.Reflection.Emit.ILGenerator,System.Int32)"]

value
Type: System..::..Int32

[Missing <param name="value"/> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitFastInt(System.Reflection.Emit.ILGenerator,System.Int32)"]

See Also