Method CreateBasicType
CreateBasicType(LazyEncodedString, ulong, DiTypeKind, DebugInfoFlags)
Construct debug information for a basic type (a.k.a. primitive type)
DIBasicType CreateBasicType(LazyEncodedString name, ulong bitSize, DiTypeKind encoding, DebugInfoFlags diFlags = DebugInfoFlags.None)
Parameters
nameLazyEncodedStringName of the type
bitSizeulongBit size for the type
encodingDiTypeKindDiTypeKind encoding for the type
diFlagsDebugInfoFlagsDebugInfoFlags for the type
Returns
- DIBasicType
Basic type debugging information