Class DeviceTypeAttribute
Represents the base class for custom attributes.
Inherited Members
Namespace: RGB.NET.Devices.CoolerMaster
Assembly: RGB.NET.Devices.CoolerMaster.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public sealed class DeviceTypeAttribute : Attribute
Constructors
| Edit this page View SourceDeviceTypeAttribute(RGBDeviceType)
Internal constructor of the DeviceTypeAttribute class.
Declaration
public DeviceTypeAttribute(RGBDeviceType deviceType)
Parameters
Type | Name | Description |
---|---|---|
RGBDeviceType | deviceType | The RGBDeviceType. |
Properties
| Edit this page View SourceDeviceType
Gets the RGBDeviceType.
Declaration
public RGBDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
RGBDeviceType |