V8Runtime |
The V8RuntimeHeapInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeapSizeLimit | Gets the heap size limit in bytes. |
![]() | TotalAvailableSize | Gets the total available memory size in bytes. |
![]() | TotalExternalSize | Gets the total external memory size in bytes. |
![]() | TotalHeapSize | Gets the total heap size in bytes. |
![]() | TotalHeapSizeExecutable | Gets the total executable heap size in bytes. |
![]() | TotalPhysicalSize | Gets the total physical memory size in bytes. |
![]() | UsedHeapSize | Gets the used heap size in bytes. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |