C# 클래스 MSR.Tools.StatGenerator.GeneratingTool

상속: Tool
파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
GenerateStat ( string targetDir, string outputDir, string templateDir ) : void
GeneratingTool ( string configFile ) : System
ShowBlame ( string targetDir, string targetPath ) : void

메소드 상세

GenerateStat() 공개 메소드

public GenerateStat ( string targetDir, string outputDir, string templateDir ) : void
targetDir string
outputDir string
templateDir string
리턴 void

GeneratingTool() 공개 메소드

public GeneratingTool ( string configFile ) : System
configFile string
리턴 System

ShowBlame() 공개 메소드

public ShowBlame ( string targetDir, string targetPath ) : void
targetDir string
targetPath string
리턴 void