ILGenerator.Emit Method (OpCode, Double)
[ 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 put onto the stream.
- arg
- Type: System.Double
The numerical argument pushed onto the stream immediately after the instruction.
Show: