Click or drag to resize
Xcalibur Systems LLC Logo

SystemInfoHelper Class

Win32 API Helper: System Information
Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.SystemInfoSystemInfoHelper

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public static class SystemInfoHelper

The SystemInfoHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetLogicalProcessorInformation Retrieves information about logical processors and related hardware.

GetLogicalProcessorInformation function

Public methodStatic memberGetPerformanceInfo Retrieves the performance values contained in the structure.

GetPerformanceInfo function

Public methodStatic memberGetSystemTimes Retrieves system timing information. On a multiprocessor system, the values returned are the sum of the designated times across all processors.

GetSystemTimes function

Top
See Also