VolumeInfo Class |
Namespace: Alphaleonis.Win32.Filesystem
The VolumeInfo type exposes the following members.
Name | Description | |
---|---|---|
VolumeInfo(SafeFileHandle) | Initializes a VolumeInfo instance. | |
VolumeInfo(String) | Initializes a VolumeInfo instance. | |
VolumeInfo(SafeFileHandle, Boolean, Boolean) | Initializes a VolumeInfo instance. | |
VolumeInfo(String, Boolean, Boolean) | Initializes a VolumeInfo instance. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Refresh | Refreshes the state of the object. | |
ToString | Returns the full path of the volume. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CasePreservedNames | The specified volume supports preserved case of file names when it places a name on disk. | |
CaseSensitiveSearch | The specified volume supports case-sensitive file names. | |
Compression | The specified volume supports file-based compression. | |
FileSystemName | Gets the name of the file system, for example, the FAT file system or the NTFS file system. | |
FullPath | The full path to the volume. | |
Guid | The volume GUID. | |
MaximumComponentLength | Gets the maximum length of a file name component that the file system supports. | |
Name | Gets the label of the volume. | |
NamedStreams | The specified volume supports named streams. | |
PersistentAcls | The specified volume preserves and enforces access control lists (ACL). | |
ReadOnlyVolume | The specified volume is read-only. | |
SequentialWriteOnce | The specified volume supports a single sequential write. | |
SerialNumber | Gets the volume serial number that the operating system assigns when a hard disk is formatted. | |
SupportsEncryption | The specified volume supports the Encrypted File System (EFS). | |
SupportsExtendedAttributes | The specified volume supports extended attributes. | |
SupportsHardLinks | The specified volume supports hard links. | |
SupportsObjectIds | The specified volume supports object identifiers. | |
SupportsOpenByFileId | The file system supports open by FileID. | |
SupportsRemoteStorage | The specified volume supports remote storage. (This property does not appear on MSDN) | |
SupportsReparsePoints | The specified volume supports re-parse points. | |
SupportsSparseFiles | The specified volume supports sparse files. | |
SupportsTransactions | The specified volume supports transactions. | |
SupportsUsnJournal | The specified volume supports update sequence number (USN) journals. | |
UnicodeOnDisk | The specified volume supports Unicode in file names as they appear on disk. | |
VolumeIsCompressed | The specified volume is a compressed volume, for example, a DoubleSpace volume. | |
VolumeQuotas | The specified volume supports disk quotas. |