C# Class ServiceWrapper.ServiceInstallHelper

Inheritance: IServiceInstallHelper
Mostrar archivo Open project: e-travel/Service-Wrapper Class Usage Examples

Private Properties

Property Type Description
ServiceInstallHelper System

Public Methods

Method Description
GetProcessStartInfoTemplate ( string args ) : ProcessStartInfo
InstallService ( ) : void
UninstallService ( ) : void

Private Methods

Method Description
ServiceInstallHelper ( bool verbose ) : System

Method Details

GetProcessStartInfoTemplate() public method

public GetProcessStartInfoTemplate ( string args ) : ProcessStartInfo
args string
return System.Diagnostics.ProcessStartInfo

InstallService() public method

public InstallService ( ) : void
return void

UninstallService() public method

public UninstallService ( ) : void
return void