<BaseSystemInformation> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » BaseSystemInformation

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32GetCpuCoresReturns the number of physical cores on the CPU at the specified index.
int32GetCpuCountReturns the number of physical CPUs on the device where the application is running.
int32GetCpuMhzReturns the operating speed in MHz of the CPU at the specified index.
int32GetGpuCountReturns the number of GPUs on the device where the application is running.
int32GetGpuRamReturns the number of megabytes of memory present on the GPU at the specified index.
int32GetRamReturns the number of megabytes present on the device where the application is running.
int32InvalidateCacheInvalidates any previously collected system information.