Enum ElementType
- Namespace
- AsmResolver.PE.DotNet.Metadata.Tables
- Assembly
- AsmResolver.PE.dll
Provides members defining all element types that can be used to indicate the type of a blob signature or constant.
public enum ElementType : byte
Fields
Array = 20Boolean = 2Boxed = 81ByRef = 16CModOpt = 32CModReqD = 31Char = 3Class = 18Enum = 85FnPtr = 27GenericInst = 21I = 24I1 = 4I2 = 6I4 = 8I8 = 10Internal = 33MVar = 30Modifier = 64None = 0Object = 28Pinned = 69Ptr = 15R4 = 12R8 = 13Sentinel = 65String = 14SzArray = 29Type = 80TypedByRef = 22U = 25U1 = 5U2 = 7U4 = 9U8 = 11ValueType = 17Var = 19Void = 1