C# 클래스 Sage.Tools.Utilities.ExtensionRefresher

Scans the specified directory for sage extension projects, then builds and installs them as extensions in any project that depend on them.
상속: IUtility
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
GetUsage ( ) : string
ParseArguments ( string args ) : bool
Run ( ) : void

메소드 상세

GetUsage() 공개 메소드

public GetUsage ( ) : string
리턴 string

ParseArguments() 공개 메소드

public ParseArguments ( string args ) : bool
args string
리턴 bool

Run() 공개 메소드

public Run ( ) : void
리턴 void