DiskSpaceInfoTotalNumberOfClusters Property |
The total number of clusters on the disk that are available to the user who is associated with the calling thread.
If per-user disk quotas are in use, this value may be less than the total number of clusters on the disk.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public uint TotalNumberOfClusters { get; }
Public ReadOnly Property TotalNumberOfClusters As UInteger
Get
public:
property unsigned int TotalNumberOfClusters {
unsigned int get ();
}
member TotalNumberOfClusters : uint32 with get
Property Value
Type:
UInt32See Also