OperandType

OperandType serializable

System.Reflection.Emit (mscorlib.dll) enum

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.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) OperandType

Returned By

OpCode.OperandType



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net