Share via


processPointerSize property

Returns the process's pointer size.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

This property is read-only.

 

Syntax

JavaScript
nSize = object.processPointerSize

 

Property values

Type: number

Size of pointer in bytes (typically 4 or 8).

See also

DiagnosticsMemoryProfiler