VolumeInfo Constructor (String, Boolean, Boolean) |
Initializes a VolumeInfo instance.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public VolumeInfo(
string driveName,
bool refresh,
bool continueOnException
)
Public Sub New (
driveName As String,
refresh As Boolean,
continueOnException As Boolean
)
public:
VolumeInfo(
String^ driveName,
bool refresh,
bool continueOnException
)
new :
driveName : string *
refresh : bool *
continueOnException : bool -> VolumeInfo
Parameters
- driveName
- Type: SystemString
A valid drive path or drive letter. This can be either uppercase or lowercase, 'a' to 'z' or a network share in the format: "\\server\share". - 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