Description
Default constructor.
Visual Basic
Public Sub New() Public Sub New( hwnd As IntPtr ) Public Sub New( hwnd As IntPtr, deviceType As DeviceType )
C#
public Device(); public Device( IntPtr hwnd ); public Device( IntPtr hwnd, DeviceType deviceType );