C# 클래스 Unicoen.Apps.Loc.Util.TotalLoc

파일 보기 프로젝트 열기: UnicoenProject/UniMetrics

공개 메소드들

메소드 설명
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