C# Class Nyan.Core.Startup.ServiceLauncher

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: bucknellu/Nyan

Public Methods

Method Description
ServiceLauncher ( ) : System
Start ( string args ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

Method Details

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

ServiceLauncher() public method

public ServiceLauncher ( ) : System
return Nyan.Core.Modules.Log.System

Start() public static method

public static Start ( string args ) : void
args string
return void