DeviceManager Methods | 
The DeviceManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Destroy | 
            Destroys the ProScript library, call this prior to unloading. Don't call anything after calling this.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetAttachedDevices | 
            This method will return any and all attached ScripTouch devices.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetLibraryBuildDateString | 
            This method returns the version of the ProScript library as a date string.
              | |
| GetLibraryVersion | 
            This method returns the version of the native ProScript library as a string.
              | |
| GetLibraryVersionMajor | 
            This method returns the major version of the native ProScript library.
              | |
| GetLibraryVersionMinor | 
            This method returns the minor version of the native ProScript library.
              | |
| GetLibraryVersionRelease | 
            This method returns the release version of the native ProScript library.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Initialize | 
            Initializes the library, only required if you destroy.
              | |
| RegisterDeviceListener | 
            This method registers a new device listener for added and removed devices.
            Do not attempt to register or unregister device listeners within the
            listener callback.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| UnregisterDeviceListener | 
            This method unregisters an existing device listener for added and removed devices.
            Do not attempt to register or unregister device listeners within the
            listener callback.
              |