DriveInfoTotalSize Property |
Gets the total size of storage space on a drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntaxpublic long TotalSize { get; }
Public ReadOnly Property TotalSize As Long
Get
public:
property long long TotalSize {
long long get ();
}
member TotalSize : int64 with get
Return Value
Type:
Int64The total size of the drive, in bytes.
RemarksThis property indicates the total size of the drive in bytes, not just what is available to the current user.
See Also