Class DeviceCapabilityExtensions
Extensions to DeviceCapability
Inheritance
System.Object
DeviceCapabilityExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.dll
Syntax
public static class DeviceCapabilityExtensions
Methods
GetClass(DeviceCapability)
Gets the capability class of this DeviceCapability
Declaration
public static DeviceCapabilityClass GetClass(this DeviceCapability this)
Parameters
| Type | Name | Description |
|---|---|---|
| DeviceCapability | this | The DeviceCapability |
Returns
| Type | Description |
|---|---|
| DeviceCapabilityClass | The capability class of the capability. |