Windows apps
Collapse the table of content
Expand the table of content
Information
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.

OperandType Enumeration

Describes the operand type of Microsoft intermediate language (MSIL) instruction.

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

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration OperandType

Member nameDescription
Supported by Silverlight for Windows PhoneInlineBrTargetThe operand is a 32-bit integer branch target.
Supported by Silverlight for Windows PhoneInlineFieldThe operand is a 32-bit metadata token.
Supported by Silverlight for Windows PhoneInlineIThe operand is a 32-bit integer.
Supported by Silverlight for Windows PhoneInlineI8The operand is a 64-bit integer.
Supported by Silverlight for Windows PhoneInlineMethodThe operand is a 32-bit metadata token.
Supported by Silverlight for Windows PhoneInlineNoneNo operand.
Supported by Silverlight for Windows PhoneInlineRThe operand is a 64-bit IEEE floating point number.
Supported by Silverlight for Windows PhoneInlineSigThe operand is a 32-bit metadata signature token.
Supported by Silverlight for Windows PhoneInlineStringThe operand is a 32-bit metadata string token.
Supported by Silverlight for Windows PhoneInlineSwitchThe operand is the 32-bit integer argument to a switch instruction.
Supported by Silverlight for Windows PhoneInlineTokThe operand is a FieldRef, MethodRef, or TypeRef token.
Supported by Silverlight for Windows PhoneInlineTypeThe operand is a 32-bit metadata token.
Supported by Silverlight for Windows PhoneInlineVarThe operand is 16-bit integer containing the ordinal of a local variable or an argument.
Supported by Silverlight for Windows PhoneShortInlineBrTargetThe operand is an 8-bit integer branch target.
Supported by Silverlight for Windows PhoneShortInlineIThe operand is an 8-bit integer.
Supported by Silverlight for Windows PhoneShortInlineRThe operand is a 32-bit IEEE floating point number.
Supported by Silverlight for Windows PhoneShortInlineVarThe operand is an 8-bit integer containing the ordinal of a local variable or an argumenta.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft