C# Class Disco.ClientBootstrapper.Program

Mostrar archivo Open project: garysharp/Disco

Public Properties

Property Type Description
InlinePath Lazy

Public Methods

Method Description
ExitApplication ( ) : void
InstallComplete ( ) : void
LoopComplete ( ) : void
SleepThread ( int millisecondsTimeout, bool updateUI ) : void
Trace ( string Format ) : void
WriteAppError ( Exception ex ) : void

Private Methods

Method Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
Main ( string args ) : void

Method Details

ExitApplication() public static method

public static ExitApplication ( ) : void
return void

InstallComplete() public static method

public static InstallComplete ( ) : void
return void

LoopComplete() public static method

public static LoopComplete ( ) : void
return void

SleepThread() public static method

public static SleepThread ( int millisecondsTimeout, bool updateUI ) : void
millisecondsTimeout int
updateUI bool
return void

Trace() public static method

public static Trace ( string Format ) : void
Format string
return void

WriteAppError() public static method

public static WriteAppError ( Exception ex ) : void
ex System.Exception
return void

Property Details

InlinePath public_oe static_oe property

public static Lazy InlinePath
return Lazy