C# Class SobekCM_Builder_Service.BuilderService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode Description
BuilderService ( ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
Look_For_Variable_Registry_Key ( string Manufacturer, string KeyName ) : string

Method Details

BuilderService() public méthode

public BuilderService ( ) : System
Résultat System

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void