RecycleBinUtilGetBinSize Method
Gets the accumulated size (in bytes) of the recycle bin of an specific drive.
Namespace: DevCase.ThirdParty.WindowsApiCodePackAssembly: DevCase.net48.ThirdParty.WindowsApiCodePack (in DevCase.net48.ThirdParty.WindowsApiCodePack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static long GetBinSize(
char driveLetter
)
Public Shared Function GetBinSize (
driveLetter As Char
) As Long
Dim driveLetter As Char
Dim returnValue As Long
returnValue = RecycleBinUtil.GetBinSize(driveLetter)
public:
static long long GetBinSize(
wchar_t driveLetter
)
static member GetBinSize :
driveLetter : char -> int64
No code example is currently available or this language may not be supported.
- driveLetter Char
-
The recycle bin drive letter.
Int64
The accumulated size (in bytes) of the recycle bin of an specific drive.