V8RuntimeHeapInfoTotalHeapSize Property |
Gets the total heap size in bytes.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public ulong TotalHeapSize { get; }
Public ReadOnly Property TotalHeapSize As ULong
Get
public:
property unsigned long long TotalHeapSize {
unsigned long long get ();
}
member TotalHeapSize : uint64 with get
Property Value
UInt64See Also