Loading...
Searching...
No Matches
 
 
 
 
Go to the source code of this file.
 | 
| enum   | System.Reflection.Emit.OperandType {  
  System.Reflection.Emit.InlineBrTarget = 0
, System.Reflection.Emit.InlineField = 1
, System.Reflection.Emit.InlineI = 2
, System.Reflection.Emit.InlineI8 = 3
,  
  System.Reflection.Emit.InlineMethod = 4
, System.Reflection.Emit.InlineNone = 5
, System.Reflection.Emit.InlinePhi = 6
, System.Reflection.Emit.InlineR = 7
,  
  System.Reflection.Emit.InlineSig = 9
, System.Reflection.Emit.InlineString = 10
, System.Reflection.Emit.InlineSwitch = 11
, System.Reflection.Emit.InlineTok = 12
,  
  System.Reflection.Emit.InlineType = 13
, System.Reflection.Emit.InlineVar = 14
, System.Reflection.Emit.ShortInlineBrTarget = 15
, System.Reflection.Emit.ShortInlineI = 16
,  
  System.Reflection.Emit.ShortInlineR = 17
, System.Reflection.Emit.ShortInlineVar = 18
 
 } | 
|   |