Method CreatePointerType
CreatePointerType()
Get a IPointerType for a type that points to elements of this type in the default (0) address space
Declaration
IPointerType CreatePointerType()
Returns
IPointerType CreatePointerType()
IPointerType | IPointerTypecorresponding to the type of a pointer that refers to elements of this type |
CreatePointerType(UInt32)
Get a IPointerType for a type that points to elements of this type in the specified address space
Declaration
IPointerType CreatePointerType(uint addressSpace)
Parameters
IPointerType CreatePointerType(uint addressSpace)
UInt32 | addressSpace | Address space for the pointer |
Returns
IPointerType | IPointerTypecorresponding to the type of a pointer that refers to elements of this type |