C# 클래스 Topshelf.Runtime.Linux.LinuxHostServiceInstallerImpl

상속: BaseHostServiceInstallerImpl
파일 보기 프로젝트 열기: AlexMAS/Topshelf.Unix 1 사용 예제들

보호된 메소드들

메소드 설명
CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer
CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer

비공개 메소드들

메소드 설명
CreateServiceLogWriter ( ) : System.ServiceProcess.Linux.LinuxServiceLogWriter
CreateServiceSettings ( HostSettings settings, string commandLine ) : System.ServiceProcess.Linux.LinuxServiceSettings

메소드 상세

CreateInstaller() 보호된 메소드

protected CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings InstallHostSettings
commandLine string
리턴 System.Configuration.Install.Installer

CreateUninstaller() 보호된 메소드

protected CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings HostSettings
commandLine string
리턴 System.Configuration.Install.Installer