public struct PerformanceLevelChangeEventArgs
Properties
Declaration
public int CpuLevel { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int CpuLevelDelta { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int GpuLevel { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int GpuLevelDelta { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Was the change caused by manual adjustments to CpuLevel or GpuLevel during automatic mode.
Declaration
public bool ManualOverride { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public PerformanceControlMode PerformanceControlMode { get; set; }
Property Value