C# 클래스 FanSc.FanServiceInstaller

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
FanServiceInstaller ( ) : System
Install ( IDictionary stateSaver ) : void
Rollback ( IDictionary savedState ) : void
Uninstall ( IDictionary savedState ) : void

비공개 메소드들

메소드 설명
getServiceName ( ) : string

메소드 상세

FanServiceInstaller() 공개 메소드

public FanServiceInstaller ( ) : System
리턴 System

Install() 공개 메소드

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
리턴 void

Rollback() 공개 메소드

public Rollback ( IDictionary savedState ) : void
savedState IDictionary
리턴 void

Uninstall() 공개 메소드

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
리턴 void