C# Class fiphwinfo.HWInfo

Datei anzeigen 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_oe static_oe property

public static Dictionary FullSensorData
return SensorObj>.Dictionary

IncData public_oe static_oe property

public static IniData IncData
return IniData

RefreshHWInfoLock public_oe static_oe property

public static object RefreshHWInfoLock
return object

SensorData public_oe static_oe property

public static Dictionary SensorData
return SensorObj>.Dictionary

SensorTrends public_oe static_oe property

public static Dictionary SensorTrends
return ChartCircularBuffer>.Dictionary