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

Main entry point class
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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 méthode

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

Main() public static méthode

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
Résultat void

Usage() public static méthode

Outputs usage information.
public static Usage ( ) : void
Résultat void