C# Class SobekCM_Builder_Service.BuilderService

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
BuilderService ( ) : System

Protected Methods

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

Private Methods

Method Description
Look_For_Variable_Registry_Key ( string Manufacturer, string KeyName ) : string

Method Details

BuilderService() public method

public BuilderService ( ) : System
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void