C# 클래스 ArchiSteamFarm.Program

파일 보기 프로젝트 열기: JustArchi/ArchiSteamFarm

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