C# 클래스 Sharpcraft.Program

Main class for Sharpcraft, all initial loading is done here.
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 메소드들

메소드 설명
Quit ( ) : void

Quits the application.

비공개 메소드들

메소드 설명
AllocConsole ( ) : bool
FreeConsole ( ) : int
GetStdHandle ( int nStdHandle ) : IntPtr
Main ( string args ) : void
UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void
WriteExceptionToFile ( Exception ex ) : void

Writes exception info to file.

This is generally only used for unhandled/fatal exceptions that will cause the application to exit.

메소드 상세

Quit() 공개 정적인 메소드

Quits the application.
public static Quit ( ) : void
리턴 void