Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Reflection.MetadataTokenType {
System.Reflection.Module = 0
, System.Reflection.TypeRef = 16777216
, System.Reflection.TypeDef = 33554432
, System.Reflection.FieldDef = 67108864
,
System.Reflection.MethodDef = 100663296
, System.Reflection.ParamDef = 134217728
, System.Reflection.InterfaceImpl = 150994944
, System.Reflection.MemberRef = 167772160
,
System.Reflection.CustomAttribute = 201326592
, System.Reflection.Permission = 234881024
, System.Reflection.Signature = 285212672
, System.Reflection.Event = 335544320
,
System.Reflection.Property = 385875968
, System.Reflection.ModuleRef = 436207616
, System.Reflection.TypeSpec = 452984832
, System.Reflection.Assembly = 536870912
,
System.Reflection.AssemblyRef = 587202560
, System.Reflection.File = 637534208
, System.Reflection.ExportedType = 654311424
, System.Reflection.ManifestResource = 671088640
,
System.Reflection.GenericPar = 704643072
, System.Reflection.MethodSpec = 721420288
, System.Reflection.String = 1879048192
, System.Reflection.Name = 1895825408
,
System.Reflection.BaseType = 1912602624
, System.Reflection.Invalid = int.MaxValue
} |
|