C# Class ManagedResources, shared-source-cli-2.0

Main entry point class
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
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.

Method Details

GetArgs() public static method

Gets command-line and returns the user-selected option.
public static GetArgs ( string args ) : Options,
args string
return Options,

Main() public static method

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
return void

Usage() public static method

Outputs usage information.
public static Usage ( ) : void
return void