C# Класс ManagedResources, shared-source-cli-2.0

Main entry point class
Показать файл Открыть проект

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

Метод Описание
GetArgs ( string args ) : Options,

Gets command-line and returns the user-selected option.

Main ( string args ) : void

Entry point for sample application. The Main method gets the current command-line options by calling GetArgs(). It then uses the current options to determine which method to call.

Usage ( ) : void

Outputs usage information.

Описание методов

GetArgs() публичный статический Метод

Gets command-line and returns the user-selected option.
public static GetArgs ( string args ) : Options,
args string
Результат Options,

Main() публичный статический Метод

Entry point for sample application. The Main method gets the current command-line options by calling GetArgs(). It then uses the current options to determine which method to call.
public static Main ( string args ) : void
args string
Результат void

Usage() публичный статический Метод

Outputs usage information.
public static Usage ( ) : void
Результат void