Method PointerSize
PointerSize()
Gets the size of a pointer for the default address space of the target
Declaration
public uint PointerSize()
Returns
public uint PointerSize()
UInt32 | Size of a pointer to the default address space |
PointerSize(UInt32)
Retrieves the size of a pointer for a given address space of the target
Declaration
public uint PointerSize(uint addressSpace)
Parameters
public uint PointerSize(uint addressSpace)
UInt32 | addressSpace | Address space for the pointer |
Returns
UInt32 | Size of a pointer |