Puts the specified instruction and character argument onto the stream of instructions.
[Visual Basic] Overloads Public Sub Emit( _ ByVal opcode As OpCode, _ ByVal arg As SByte _ ) [C#] public void Emit( OpCode opcode, sbyte arg ); [C++] public: void Emit( OpCode opcode, char arg ); [JScript] public function Emit( opcode : OpCode, arg : SByte );
The instruction values are defined in the OpCodes enumeration.
ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace | ILGenerator.Emit Overload List