Method CreateBasicType
CreateBasicType(LazyEncodedString, ulong, DiTypeKind, DebugInfoFlags)
Construct debug information for a basic type (a.k.a. primitive type)
public DIBasicType CreateBasicType(LazyEncodedString name, ulong bitSize, DiTypeKind encoding, DebugInfoFlags diFlags = DebugInfoFlags.None)
Parameters
name
LazyEncodedStringName of the type
bitSize
ulongBit size for the type
encoding
DiTypeKindDiTypeKind encoding for the type
diFlags
DebugInfoFlagsDebugInfoFlags for the type
Returns
- DIBasicType
Basic type debugging information