C# 클래스 Azavea.NijPredictivePolicing.ACSAlchemist.Program

Contains main() entry point
파일 보기 프로젝트 열기: azavea/acs-alchemist

공개 메소드들

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

Our main entry point for the command line app

ShowCopyrightAndLicense ( ) : void
ShowWelcomeScreen ( ) : void

보호된 메소드들

메소드 설명
DisplayOptions ( ) : void

Iterates over our Arguments collection and displays descriptions, flags, etc.

Init ( ) : void
LoadConfigFile ( ) : void

Searches for our config file in the application path, if it can't find it, just uses defaults

메소드 상세

DisplayOptions() 보호된 정적인 메소드

Iterates over our Arguments collection and displays descriptions, flags, etc.
protected static DisplayOptions ( ) : void
리턴 void

Init() 보호된 정적인 메소드

protected static Init ( ) : void
리턴 void

LoadConfigFile() 보호된 정적인 메소드

Searches for our config file in the application path, if it can't find it, just uses defaults
protected static LoadConfigFile ( ) : void
리턴 void

Main() 공개 정적인 메소드

Our main entry point for the command line app
public static Main ( string args ) : int
args string
리턴 int

ShowCopyrightAndLicense() 공개 정적인 메소드

public static ShowCopyrightAndLicense ( ) : void
리턴 void

ShowWelcomeScreen() 공개 정적인 메소드

public static ShowWelcomeScreen ( ) : void
리턴 void