Method | Description | |
---|---|---|
BootstrapsApplicationFilesChanged ( object sender, |
Raises the bootstraps' ApplicationFilesChanged event.
|
|
BootstrapsLog ( object sender, EventLoggerEventArgs e ) : void |
Raises the bootstraps' Log event.
|
|
ConsoleCancelKeyPress ( object sender, |
Raises the console's CancelKeyPress event.
|
|
Main ( string args ) : int | ||
ParentProcessExited ( object sender, |
Raises the parent process' Exited event.
|
|
PullupBootstraps ( ) : void |
Attempts a Pullup() operation on the bootstraps instance indefinitely until it succeeds.
|
|
WaitForInput ( ) : void |