The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ILGenerator::Emit Method (OpCode, Type^)
.NET Framework (current version)
Puts the specified instruction onto the Microsoft intermediate language (MSIL) stream followed by the metadata token for the given type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- opcode
-
Type:
System.Reflection.Emit::OpCode
The MSIL instruction to be put onto the stream.
- cls
-
Type:
System::Type^
A Type.
| Exception | Condition |
|---|---|
| ArgumentNullException | cls is null. |
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.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: