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