C# Класс Azavea.NijPredictivePolicing.ACSAlchemist.Program

Contains main() entry point
Показать файл Открыть проект

Открытые методы

Метод Описание
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