ICLRDataTarget::GetPointerSize Method
Gets the size, in bytes, of the pointer type that the target process uses. This method is called by the common language runtime data access services.
Syntax
HRESULT GetPointerSize (
[out] ULONG32 *pointerSize
);
Parameters
pointerSize
[out] A pointer to an integer value that specifies the size, in bytes, of a pointer on the target process.
Remarks
This method is implemented by the writer of the debugging application.
Requirements
Platforms: See System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.