C# Класс DiskSizeUtil, code

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDirectorySize ( DirectoryInfo, root, int levels ) : List

Calculate disk space usage under root. If levels is provided, then return subdirectory disk usages as well, up to level levels deep. If levels is not provided or is 0, return a list with a single element representing the directory specified by root.

Приватные методы

Метод Описание
GetDirectorySize ( DirectoryInfo, d, List, data, int levels ) : FolderSizeInfo

Описание методов

GetDirectorySize() публичный статический Метод

Calculate disk space usage under root. If levels is provided, then return subdirectory disk usages as well, up to level levels deep. If levels is not provided or is 0, return a list with a single element representing the directory specified by root.
public static GetDirectorySize ( DirectoryInfo, root, int levels ) : List
root DirectoryInfo,
levels int
Результат List