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