NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ILGenerator.Emit (OpCode)

Puts the specified instruction onto the stream of instructions.

[Visual Basic]
Overloads Overridable Public Sub Emit( _
   ByVal opcode As OpCode _
)
[C#]
public virtual void Emit(
   OpCode opcode
);
[C++]
public: virtual void Emit(
   OpCode opcode
);
[JScript]
public function Emit(
   opcode : OpCode
);

Parameters

opcode
The IL instruction to be put onto the stream. Defined in the OpCodes enumeration.

Remarks

The instruction values are defined in the OpCodes enumeration.

See Also

ILGenerator Class | ILGenerator Members | System.Reflection.Emit Namespace | ILGenerator.Emit Overload List