OpCodeType Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes the types of the Microsoft intermediate language (MSIL) instructions.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration OpCodeType
[ComVisibleAttribute(true)]
public enum OpCodeType
Members
Member name | Description | |
---|---|---|
Macro | These are Microsoft intermediate language (MSIL) instructions that are used as a synonym for other MSIL instructions. For example, ldarg.0 represents the ldarg instruction with an argument of 0. | |
Nternal | Describes a reserved Microsoft intermediate language (MSIL) instruction. | |
Objmodel | Describes a Microsoft intermediate language (MSIL) instruction that applies to objects. | |
Prefix | Describes a prefix instruction that modifies the behavior of the following instruction. | |
Primitive | Describes a built-in instruction. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.