Class DeviceCapabilityExtensions
Extensions to Device
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 Device
Declaration
public static DeviceCapabilityClass GetClass(this DeviceCapability this)
Parameters
Type | Name | Description |
---|---|---|
Device |
this | The Device |
Returns
Type | Description |
---|---|
Device |
The capability class of the capability. |