Class CoolerMasterRGBDevice<TDeviceInfo>
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
IRGBDevice<TDeviceInfo>
Inherited Members
Namespace: RGB.NET.Devices.CoolerMaster
Assembly: RGB.NET.Devices.CoolerMaster.dll
Syntax
public abstract class CoolerMasterRGBDevice<TDeviceInfo> : AbstractRGBDevice<TDeviceInfo>, IRGBDevice<TDeviceInfo>, ICoolerMasterRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable where TDeviceInfo : CoolerMasterRGBDeviceInfo
Type Parameters
Name | Description |
---|---|
TDeviceInfo |
Constructors
| Edit this page View SourceCoolerMasterRGBDevice(TDeviceInfo, IDeviceUpdateTrigger)
Initializes a new instance of the CoolerMasterRGBDevice<TDeviceInfo> class.
Declaration
protected CoolerMasterRGBDevice(TDeviceInfo info, IDeviceUpdateTrigger updateTrigger)
Parameters
Type | Name | Description |
---|---|---|
TDeviceInfo | info | The generic information provided by CoolerMaster for the device. |
IDeviceUpdateTrigger | updateTrigger | The update trigger used to update this device. |
Methods
| Edit this page View SourceDispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()