C# Class ArchiSteamFarm.Program

Show file Open project: JustArchi/ArchiSteamFarm

Private Properties

Property Type Description
Exit void
Exit void
GetUserInput string
Init void
Init void
InitServices void
InitShutdownSequence bool
InitShutdownSequence void
Main void
Main void
ParsePostInitArgs void
ParsePreInitArgs void
Restart void
Shutdown void
UnhandledExceptionHandler void
UnobservedTaskExceptionHandler void

Private Methods

Method Description
Exit ( byte exitCode ) : void
Exit ( int exitCode ) : void
GetUserInput ( ASF userInputType, string botName = SharedInfo.ASF, string extraInformation = null ) : string
Init ( ) : void
Init ( string args ) : void
InitServices ( ) : void
InitShutdownSequence ( ) : bool
InitShutdownSequence ( ) : void
Main ( ) : void
Main ( string args ) : void
ParsePostInitArgs ( IEnumerable args ) : void
ParsePreInitArgs ( IEnumerable args ) : void
Restart ( ) : void
Shutdown ( ) : void
UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs args ) : void
UnobservedTaskExceptionHandler ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs args ) : void