DeviceObject Class |
Namespace: Arsenal.ImageMounter
The DeviceObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeviceObject(String) |
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle
in a new DeviceObject.
|
![]() | DeviceObject(SafeFileHandle, FileAccess) |
Encapsulates a handle in a new DeviceObject.
|
![]() | DeviceObject(String, FileAccess) |
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle
in a new DeviceObject.
|
Name | Description | |
---|---|---|
![]() | AccessMode | |
![]() | SafeFileHandle |
Name | Description | |
---|---|---|
![]() | Dispose |
Close device object.
|
![]() | Dispose(Boolean) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | QueueDispose | (Defined by ExtensionMethods.) |