DriverSetup Methods |
The DriverSetup type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetArchiveDriverVersion(ZipFile) |
Returns version of driver located inside a setup zip archive.
| |
GetArchiveDriverVersion(Stream) |
Returns version of driver located inside a setup zip archive.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSetupFileDriverVersion(String) |
Returns version of driver located in setup files directory.
| |
GetSetupFileDriverVersion(CachedIniFile) |
Returns version of driver located in setup files directory.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Install |
Installs Arsenal Image Mounter driver components from specified source
path. This routine automatically selects the correct driver version for
current version of Windows.
| |
InstallFromZipFile(IWin32Window, ZipFile) |
Installs Arsenal Image Mounter driver components from a zip archive.
This routine automatically selects the correct driver version for
current version of Windows.
| |
InstallFromZipFile(IWin32Window, Stream) |
Installs Arsenal Image Mounter driver components from a zip archive.
This routine automatically selects the correct driver version for
current version of Windows.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Uninstall |
Removes Arsenal Image Mounter device objects and driver components.
|