docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo
ILGeneratorExtensions
EmitLoadInt32(System.Reflection.Emit.ILGenerator,int)
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.