Click or drag to resize

FileSystemVolume Class

Provides properties and instance methods for file system volume handling.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesFileSystemVolume

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class FileSystemVolume

The FileSystemVolume type exposes the following members.

Properties
  NameDescription
Public propertyDeviceName
Gets the device name.
Public propertyDriveType
Gets the drive type.
Public propertyFileSystemName
Gets the file system name.
Public propertyFlags
Gets flags associated with the specified file system.
Public propertyFreeBytesAvailableToCaller
Gets the total number of free bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyGuid
Gets the volume GUID path.
Public propertyLogicalDrives
Gets the list of drive letters.
Public propertyMaximumComponentLength
Gets the maximum length, in characters, of a file name component that a specified file system supports. A file name component is the portion of a file name between backslashes.
Public propertyName
Gets the volume name.
Public propertyPathNames
Gets the list of drive letters and mounted folder paths.
Public propertySerialNumber
Gets the serial number that the operating system assigns when a hard disk is formatted.
Public propertyTotalNumberOfBytes
Gets the total number of bytes on a disk that are available to the user who is associated with the calling thread.
Public propertyTotalNumberOfFreeBytes
Gets the total number of free bytes on a disk.
Top
Methods
  NameDescription
Public methodStatic memberEnumerateAll
Gets the list of all volumes.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also