C# 클래스 SimpleServices.SimpleServiceApplication

상속: System.Configuration.Install.Installer
파일 보기 프로젝트 열기: davidwhitney/SimpleServices 1 사용 예제들

공개 메소드들

메소드 설명
IsServiceInstalled ( string serviceName ) : bool
PerformAnyRequestedInstallations ( string args, ApplicationContext context, string assemblyLocation = null ) : void
SimpleServiceApplication ( ) : System

비공개 메소드들

메소드 설명
ConfigureServiceInstall ( ApplicationContext context ) : void
EnsureElevated ( string args ) : void
GetInstallBehavior ( string args ) : InstallBehavior
InstallAssemblyAsService ( string assemblyLocation ) : void
TryInstallAsService ( string assemblyLocation ) : void
UninstallService ( string assemblyLocation ) : void

메소드 상세

IsServiceInstalled() 공개 정적인 메소드

public static IsServiceInstalled ( string serviceName ) : bool
serviceName string
리턴 bool

PerformAnyRequestedInstallations() 공개 정적인 메소드

public static PerformAnyRequestedInstallations ( string args, ApplicationContext context, string assemblyLocation = null ) : void
args string
context ApplicationContext
assemblyLocation string
리턴 void

SimpleServiceApplication() 공개 메소드

public SimpleServiceApplication ( ) : System
리턴 System