ILGenerator.Emit Method (OpCode, Int16)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Puts the specified instruction and numerical argument onto the Microsoft intermediate language (MSIL) stream of instructions.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- opcode
- Type: System.Reflection.Emit.OpCode
The MSIL instruction to be emitted onto the stream.
- arg
- Type: System.Int16
The Int argument pushed onto the stream immediately after the instruction.
Show: