Click or drag to resize

VolumeInfo Constructor (SafeFileHandle, Boolean, Boolean)

Initializes a VolumeInfo instance.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public VolumeInfo(
	SafeFileHandle volumeHandle,
	bool refresh,
	bool continueOnException
)

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 as a result from a failure, such as unavailable resources.
See Also