Emit Method (OpCode, Type)

ILGenerator.Emit Method (OpCode, Type)

[ 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 type.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overridable Sub Emit ( _
	opcode As OpCode, _
	cls As Type _
)

Parameters

opcode
Type: System.Reflection.Emit.OpCode
The MSIL instruction to be put onto the stream.
cls
Type: System.Type
The type that is the target of opcode.

ExceptionCondition
ArgumentNullException

cls is Nothing.

The instruction values are defined in the OpCodes enumeration.

The location of cls is recorded so that the token can be patched if necessary when persisting the module to a portable executable (PE) file.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft