VolumeInfo Constructor (SafeFileHandle, Boolean, Boolean) |
Initializes a VolumeInfo instance.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public VolumeInfo(
SafeFileHandle volumeHandle,
bool refresh,
bool continueOnException
)
Public Sub New (
volumeHandle As SafeFileHandle,
refresh As Boolean,
continueOnException As Boolean
)
public:
VolumeInfo(
SafeFileHandle^ volumeHandle,
bool refresh,
bool continueOnException
)
new :
volumeHandle : SafeFileHandle *
refresh : bool *
continueOnException : bool -> VolumeInfo
Parameters
- volumeHandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
An instance to a SafeFileHandle handle. - refresh
- Type: SystemBoolean
Refreshes the state of the object. - continueOnException
- Type: SystemBoolean
suppress any Exception that might be thrown a result from a failure, such as unavailable resources.
See Also