Click or drag to resize

DeviceObject Constructor

Overload List
  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
See Also