Click or drag to resize

NativeFileIOUpdateDiskProperties Method

Overload List
  NameDescription
Public methodStatic memberUpdateDiskProperties
Re-enumerates partitions on all disk drives currently connected to the system. No exceptions are thrown on error, but any exceptions from underlying API calls are logged to trace log.
Public methodStatic memberUpdateDiskProperties(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.
Public methodStatic memberUpdateDiskProperties(NativeFileIOSCSI_ADDRESS)
Re-enumerates partitions on a disk device with a specified SCSI address. No exceptions are thrown on error, but any exceptions from underlying API calls are logged to trace log.
Public methodStatic memberUpdateDiskProperties(SafeFileHandle, Boolean)
Top
See Also