Click or drag to resize

DeviceObject Class

Base class that represents Arsenal Image Mounter SCSI miniport created device objects.
Inheritance Hierarchy

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public abstract class DeviceObject : IDisposable

The DeviceObject type exposes the following members.

Constructors
  NameDescription
Protected methodDeviceObject(String)
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle in a new DeviceObject.
Protected methodDeviceObject(SafeFileHandle, FileAccess)
Encapsulates a handle in a new DeviceObject.
Protected methodDeviceObject(String, FileAccess)
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle in a new DeviceObject.
Top
Properties
  NameDescription
Public propertyAccessMode
Public propertySafeFileHandle
Top
Methods
  NameDescription
Public methodDispose
Close device object.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodQueueDispose (Defined by ExtensionMethods.)
Top
See Also