DeviceObject Constructor |
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.
|