BuildMaster SDK Reference
Version:
EmitLoadInt32(System.Reflection.Emit.ILGenerator il, int value) Method
Emits a load integer instruction.
Syntax
public
static
void EmitLoadInt32(System.Reflection.Emit.ILGenerator il, int value)
Parameters
- il
- Type: System.Reflection.Emit.ILGenerator
The System.Reflection.Emit.ILGenerator.
- value
- Type: int
The value.