Name

OperandType

Synopsis

This enumeration specifies the operand type of an MSIL OpCode, which is provided through the OpCode.OperandType property. Operands include tokens (InlineField, InlineMethod, InlineType, and InlineTok) and integers (InlineI8, InlineI8, ShortInlineI, and ShortInlineR).

public enum OperandType {
   InlineBrTarget = 0,
   InlineField = 1,
   InlineI = 2,
   InlineI8 = 3,
   InlineMethod = 4,
   InlineNone = 5,
   InlinePhi = 6,
   InlineR = 7,
   InlineSig = 9,
   InlineString = 10,
   InlineSwitch = 11,
   InlineTok = 12,
   InlineType = 13,
   InlineVar = 14,
   ShortInlineBrTarget = 15,
   ShortInlineI = 16,
   ShortInlineR = 17,
   ShortInlineVar = 18
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)OperandType

Returned By

OpCode.OperandType

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.