C# Класс ArchiSteamFarm.Program

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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