Class RazerRGBDevice
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.
Inheritance
RazerRGBDevice
Implements
Inherited Members
Namespace: RGB.NET.Devices.Razer
Assembly: RGB.NET.Devices.Razer.dll
Syntax
public abstract class RazerRGBDevice : AbstractRGBDevice<RazerRGBDeviceInfo>, IRGBDevice<RazerRGBDeviceInfo>, IRazerRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Constructors
| Edit this page View SourceRazerRGBDevice(RazerRGBDeviceInfo, IUpdateQueue)
Initializes a new instance of the RazerRGBDevice class.
Declaration
protected RazerRGBDevice(RazerRGBDeviceInfo info, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
RazerRGBDeviceInfo | info | The generic information provided by razer for the device. |
IUpdateQueue | updateQueue | The queue 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()