Click or drag to resize

DriverSetup Class

Routines for installing or uninstalling Arsenal Image Mounter kernel level modules.
Inheritance Hierarchy
SystemObject
  Arsenal.ImageMounterDriverSetup

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public sealed class DriverSetup

The DriverSetup type exposes the following members.

Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetArchiveDriverVersion(ZipFile)
Returns version of driver located inside a setup zip archive.
Public methodStatic memberGetArchiveDriverVersion(Stream)
Returns version of driver located inside a setup zip archive.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetSetupFileDriverVersion(String)
Returns version of driver located in setup files directory.
Public methodStatic memberGetSetupFileDriverVersion(CachedIniFile)
Returns version of driver located in setup files directory.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInstall
Installs Arsenal Image Mounter driver components from specified source path. This routine automatically selects the correct driver version for current version of Windows.
Public methodStatic memberInstallFromZipFile(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.
Public methodStatic memberInstallFromZipFile(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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUninstall
Removes Arsenal Image Mounter device objects and driver components.
Top
See Also