NativeFileIOUpdateDiskProperties Method (String) |
Re-enumerates partitions on a disk device with a specified device path. No
exceptions are thrown on error, but any exceptions from underlying API calls are
logged to trace log.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static bool UpdateDiskProperties(
string DevicePath
)
Public Shared Function UpdateDiskProperties (
DevicePath As String
) As Boolean
public:
static bool UpdateDiskProperties(
String^ DevicePath
)
static member UpdateDiskProperties :
DevicePath : string -> bool
Parameters
- DevicePath
- Type: SystemString
Return Value
Type:
BooleanReturns a value indicating whether operation was successful or not.
See Also