C# Class FanSc.FanServiceInstaller

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
FanServiceInstaller ( ) : System
Install ( IDictionary stateSaver ) : void
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

Private Methods

Méthode Description
getServiceName ( ) : string

Method Details

FanServiceInstaller() public méthode

public FanServiceInstaller ( ) : System
Résultat System

Install() public méthode

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
Résultat void

Rollback() public méthode

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

Uninstall() public méthode

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
Résultat void