C# Class Axiom.Demos.Browser.CommandLine.Program

Demo command line browser entry point.
This demo browser is implemented using a commandline interface.
Inheritance: IDisposable
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
Dispose ( ) : void
Run ( ) : void

Private Methods

Méthode Description
BuildExceptionString ( Exception exception ) : string
BuildInnerExceptionString ( Exception innerException ) : string
Main ( string args ) : void
_configure ( ) : bool
_setupResources ( ) : void

Loads default resource configuration if one exists.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void