Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » BaseSystemInformation |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | GetCpuCores | Returns the number of physical cores on the CPU at the specified index. |
| int32 | GetCpuCount | Returns the number of physical CPUs on the device where the application is running. |
| int32 | GetCpuMhz | Returns the operating speed in MHz of the CPU at the specified index. |
| int32 | GetGpuCount | Returns the number of GPUs on the device where the application is running. |
| int32 | GetGpuRam | Returns the number of megabytes of memory present on the GPU at the specified index. |
| int32 | GetRam | Returns the number of megabytes present on the device where the application is running. |
| int32 | InvalidateCache | Invalidates any previously collected system information. |