C# Class ServiceWrapper.ServiceInstallHelper

Inheritance: IServiceInstallHelper
Afficher le fichier Open project: e-travel/Service-Wrapper Class Usage Examples

Private Properties

Свойство Type Description
ServiceInstallHelper System

Méthodes publiques

Méthode Description
GetProcessStartInfoTemplate ( string args ) : ProcessStartInfo
InstallService ( ) : void
UninstallService ( ) : void

Private Methods

Méthode Description
ServiceInstallHelper ( bool verbose ) : System

Method Details

GetProcessStartInfoTemplate() public méthode

public GetProcessStartInfoTemplate ( string args ) : ProcessStartInfo
args string
Résultat System.Diagnostics.ProcessStartInfo

InstallService() public méthode

public InstallService ( ) : void
Résultat void

UninstallService() public méthode

public UninstallService ( ) : void
Résultat void