C# Класс Sharpcraft.Program

Main class for Sharpcraft, all initial loading is done here.
Показать файл Открыть проект

Открытые методы

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