namespace NvAPIWrapper.Native.Interfaces.GPU { /// /// Holds a list of thermal sensors /// public interface IThermalSettings { /// /// Gets a list of requested thermal sensor information /// IThermalSensor[] Sensors { get; } } }