C# Class EasyService4Net.WindowsServiceManager

Mostra file Open project: TheCodeCleaner/EasyService4Net Class Usage Examples

Public Methods

Method Description
WindowsServiceManager ( string serviceDisplayName ) : System

Private Methods

Method Description
GetInstaller ( ) : System.Configuration.Install.AssemblyInstaller
Install ( ) : void
IsInstalled ( ) : bool
Start ( ) : void
Stop ( ) : void
UnInstall ( ) : void

Method Details

WindowsServiceManager() public method

public WindowsServiceManager ( string serviceDisplayName ) : System
serviceDisplayName string
return System