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:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public ulong TotalNumberOfBytes { get; }
Property Value
Type:
UInt64The total number of bytes on a disk that are available to the user who is associated with the calling thread.
See Also