PowerThermalScoreArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to wrap around parameters provided in a thermal score event
public class PowerThermalScoreArgs : EventArgs
type PowerThermalScoreArgs = class
inherit EventArgs
Public Class PowerThermalScoreArgs
Inherits EventArgs
- Inheritance
-
PowerThermalScoreArgs
Properties
ImpactedPeripherals |
Returns the peripheral set associated with given event |
ThermalScore |
Returns the thermal score associated with the given event (100 to 0) A level of 100 is best case. A level of 0 coincides with application termination. |