DeviceObject Constructor (String) |
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle
in a new DeviceObject.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax protected DeviceObject(
string Path
)
Protected Sub New (
Path As String
)
protected:
DeviceObject(
String^ Path
)
new :
Path : string -> DeviceObject
Parameters
- Path
- Type: SystemString
Path to pass to CreateFile API
See Also