DiskSpaceInfoTotalNumberOfBytes Property |
The total number of bytes on a disk that are available to the user who is associated with the calling thread.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public ulong TotalNumberOfBytes { get; }
Public ReadOnly Property TotalNumberOfBytes As ULong
Get
public:
property unsigned long long TotalNumberOfBytes {
unsigned long long get ();
}
member TotalNumberOfBytes : uint64 with get
Property Value
Type:
UInt64See Also