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