Mono Class Library: System.Reflection.Emit.ILGenerator Overview | Members

System.Reflection.Emit.ILGenerator.Emit Method

Inserts an opcode with a byte argument into the IL stream.

public virtual void Emit (OpCode opcode, byte arg)

Parameters

opcode
The opcode.
arg
byte argument value.

Remarks

Requirements

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