V8RuntimeHeapInfoTotalPhysicalSize Property |
Gets the total physical memory size in bytes.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntaxpublic ulong TotalPhysicalSize { get; }
Public ReadOnly Property TotalPhysicalSize As ULong
Get
public:
property unsigned long long TotalPhysicalSize {
unsigned long long get ();
}
member TotalPhysicalSize : uint64 with get
Property Value
Type:
UInt64
See Also