OperandType {System.Reflection.Emit} | .NET clr documentation |
# namespace System.Reflection.Emit
export class OperandType extends Enum {
InlineBrTarget: OperandType = 0;
InlineField: OperandType = 1;
InlineI: OperandType = 2;
InlineI8: OperandType = 3;
InlineMethod: OperandType = 4;
InlineNone: OperandType = 5;
InlinePhi: OperandType = 6;
InlineR: OperandType = 7;
InlineSig: OperandType = 9;
InlineString: OperandType = 10;
InlineSwitch: OperandType = 11;
InlineTok: OperandType = 12;
InlineType: OperandType = 13;
InlineVar: OperandType = 14;
ShortInlineBrTarget: OperandType = 15;
ShortInlineI: OperandType = 16;
ShortInlineR: OperandType = 17;
ShortInlineVar: OperandType = 18;
}
InlineBrTarget
: OperandTypeInlineField
: OperandTypeInlineI
: OperandTypeInlineI8
: OperandTypeInlineMethod
: OperandTypeInlineNone
: OperandTypeInlinePhi
: OperandTypeInlineR
: OperandTypeInlineSig
: OperandTypeInlineString
: OperandTypeInlineSwitch
: OperandTypeInlineTok
: OperandTypeInlineType
: OperandTypeInlineVar
: OperandTypeShortInlineBrTarget
: OperandTypeShortInlineI
: OperandTypeShortInlineR
: OperandTypeShortInlineVar
: OperandType