C# Class fiphwinfo.HWInfo

Show file Open project: mhwlng/fiphwinfo Class Usage Examples

Public Properties

Property Type Description
FullSensorData SensorObj>.Dictionary
IncData IniData
RefreshHWInfoLock object
SensorData SensorObj>.Dictionary
SensorTrends ChartCircularBuffer>.Dictionary

Public Methods

Method Description
NumberFormat ( SENSOR_TYPE sensorType, string unit, double value ) : string
ReadMem ( string incPath ) : void
SaveDataToFile ( string path ) : void

Private Methods

Method Description
ParseIncFile ( ) : void
ReadElements ( MemoryMappedFile mmf, _HWiNFO_SHARED_MEM hWiNFOMemory ) : void
ReadSensors ( MemoryMappedFile mmf, _HWiNFO_SHARED_MEM hWiNFOMemory ) : void

Method Details

NumberFormat() public static method

public static NumberFormat ( SENSOR_TYPE sensorType, string unit, double value ) : string
sensorType SENSOR_TYPE
unit string
value double
return string

ReadMem() public static method

public static ReadMem ( string incPath ) : void
incPath string
return void

SaveDataToFile() public static method

public static SaveDataToFile ( string path ) : void
path string
return void

Property Details

FullSensorData public static property

public static Dictionary FullSensorData
return SensorObj>.Dictionary

IncData public static property

public static IniData IncData
return IniData

RefreshHWInfoLock public static property

public static object RefreshHWInfoLock
return object

SensorData public static property

public static Dictionary SensorData
return SensorObj>.Dictionary

SensorTrends public static property

public static Dictionary SensorTrends
return ChartCircularBuffer>.Dictionary