Click or drag to resize

FileSystemVolumeTotalNumberOfBytes Property

Gets the total number of bytes on a disk that are available to the user who is associated with the calling thread.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ulong TotalNumberOfBytes { get; }

Property Value

Type: UInt64
The total number of bytes on a disk that are available to the user who is associated with the calling thread.
See Also