Click or drag to resize

DiskDeviceDevicePath Property

Returns the device path used to open this device object, if opened by name. If the object was opened in any other way, such as by supplying an already open handle, this property returns null/Nothing.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public string DevicePath { get; }

Property Value

Type: String
See Also