C# Класс Unicoen.Apps.Loc.Util.TotalLoc

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

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

Метод Описание
Count ( string inputPath ) : int

measure number of physical lines of target source code

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

Метод Описание
CountForDirectory ( DirectoryInfo dirPath ) : int

count sum of total LOC of all files in directory

CountForFile ( string filePath ) : int

count total LOC of a file

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

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

measure number of physical lines of target source code
public static Count ( string inputPath ) : int
inputPath string
Результат int