ILGenerator.Emit Method (OpCode, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Puts the specified instruction onto the Microsoft intermediate language (MSIL) stream followed by the metadata token for the given string.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- opcode
- Type: System.Reflection.Emit.OpCode
The MSIL instruction to be emitted onto the stream.
- str
- Type: System.String
The string that is the target of opcode.
Show: