Click or drag to resize

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
)

Parameters

Path
Type: SystemString
Path to pass to CreateFile API
See Also