C# 클래스 CoApp.Autopackage.AutopackageMain

Main Program for command line coapp tool
상속: AsyncConsoleProgram
파일 보기 프로젝트 열기: coapp-deprecated/devtools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Override bool

공개 메소드들

메소드 설명
Main ( string args ) : int

Main entrypoint for Autopackage.

보호된 메소드들

메소드 설명
Fail ( string text, IEnumerable failures ) : int
Main ( IEnumerable args ) : int

The (non-static) startup method

비공개 메소드들

메소드 설명
CreatePackageFile ( ) : void
CreatePackageModel ( ) : void
FailOnErrors ( ) : void
FindCertificate ( ) : void
HandleErrors ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleMessage ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
HandleWarnings ( MessageCode code, SourceLocation sourceLocation, string message, object args ) : void
Verbose ( string text ) : void

메소드 상세

Fail() 보호된 메소드

protected Fail ( string text, IEnumerable failures ) : int
text string
failures IEnumerable
리턴 int

Main() 보호된 메소드

The (non-static) startup method
protected Main ( IEnumerable args ) : int
args IEnumerable /// The command line arguments. ///
리턴 int

Main() 공개 정적인 메소드

Main entrypoint for Autopackage.
public static Main ( string args ) : int
args string /// The command line arguments ///
리턴 int

프로퍼티 상세

Override 공개적으로 정적으로 프로퍼티

public static bool Override
리턴 bool