Share via


GenericDevice Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a generic input device to the members of a context.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT. . :: . .DispatcherObject
    Microsoft.SPOT.Input. . :: . .InputDevice
      Microsoft.SPOT.Input..::..GenericDevice

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public NotInheritable Class GenericDevice _
    Inherits InputDevice
public sealed class GenericDevice : InputDevice
public ref class GenericDevice sealed : public InputDevice
[<Sealed>]
type GenericDevice =  
    class
        inherit InputDevice
    end
public final class GenericDevice extends InputDevice

The GenericDevice type exposes the following members.

Properties

  Name Description
Public property DeviceType Gets the device type. (Overrides InputDevice. . :: . .DeviceType.)
Public property Target Gets the element that has been set as the target focus of this device. (Overrides InputDevice. . :: . .Target.)

Top

Methods

  Name Description
Public method CheckAccess Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method SetTarget Sets the element that is the target focus of this device.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method VerifyAccess Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.)

Top

Fields

  Name Description
Public field Dispatcher Contains the Dispatcher object that the current DispatcherObject object is associated with. (Inherited from DispatcherObject.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Input Namespace