Method CreatePointerType
CreatePointerType(DIType, String, UInt64, UInt32, UInt32)
Creates a pointer type with debug information
Declaration
public DIDerivedType CreatePointerType(DIType pointeeType, string name, ulong bitSize, uint bitAlign = 0U, uint addressSpace = 0U)
Parameters
public DIDerivedType CreatePointerType(DIType pointeeType, string name, ulong bitSize, uint bitAlign = 0U, uint addressSpace = 0U)
DIType | pointeeType | base type of the pointer |
String | name | Name of the type |
UInt64 | bitSize | Bit size of the type |
UInt32 | bitAlign | But alignment of the type |
UInt32 | addressSpace | Address space for the pointer |
Returns
DIDerivedType | Pointer type |