C# Class BlueCollar.Console.Program

Show file Open project: ChadBurggraf/blue-collar

Private Methods

Method Description
BootstrapsApplicationFilesChanged ( object sender, FileSystemEventArgs e ) : void

Raises the bootstraps' ApplicationFilesChanged event.

BootstrapsLog ( object sender, EventLoggerEventArgs e ) : void

Raises the bootstraps' Log event.

ConsoleCancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void

Raises the console's CancelKeyPress event.

Main ( string args ) : int
ParentProcessExited ( object sender, EventArgs e ) : void

Raises the parent process' Exited event.

PullupBootstraps ( ) : void

Attempts a Pullup() operation on the bootstraps instance indefinitely until it succeeds.

WaitForInput ( ) : void