public struct PerformanceLevelChangeEventArgs
Properties
Declaration
public int CpuLevel { get; set; }
Property Value
Declaration
public int CpuLevelDelta { get; set; }
Property Value
Declaration
public int GpuLevel { get; set; }
Property Value
Declaration
public int GpuLevelDelta { get; set; }
Property Value
true if the change was caused by manual adjustments to CpuLevel or GpuLevel during automatic mode.
Declaration
public bool ManualOverride { get; set; }
Property Value
Declaration
public PerformanceControlMode PerformanceControlMode { get; set; }
Property Value