Method CreateBasicType
CreateBasicType(String, UInt64, DiTypeKind, DebugInfoFlags)
Construct debug information for a basic type (a.k.a. primitive type)
Declaration
public DIBasicType CreateBasicType(string name, ulong bitSize, DiTypeKind encoding, DebugInfoFlags diFlags = DebugInfoFlags.None)
Parameters
public DIBasicType CreateBasicType(string name, ulong bitSize, DiTypeKind encoding, DebugInfoFlags diFlags = DebugInfoFlags.None)
String | name | Name of the type |
UInt64 | bitSize | Bit size for the type |
DiTypeKind | encoding | DiTypeKind encoding for the type |
DebugInfoFlags | diFlags | DebugInfoFlags for the type |
Returns
DIBasicType | Basic type debugging information |