C# Класс StrontiumServer.Program

The class used to launch the application.
Показать файл Открыть проект

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

Метод Описание
Main ( string args ) : void

The main entry point into the application.

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

Метод Описание
CheckForUrlReservation ( Options commandLineOptions ) : bool
Console_CancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
LogVersionDetails ( Options commandLineOptions ) : void
OnRemoteServerShutdownRequested ( object sender, EventArgs e ) : void
ReserveUrl ( string reservePath, bool isAdmin ) : bool
ShutdownServer ( ) : void

Описание методов

Main() публичный статический Метод

The main entry point into the application.
public static Main ( string args ) : void
args string The set of arguments passed in on the command line.
Результат void