C# Класс Topshelf.Runtime.Linux.LinuxHostServiceInstallerImpl

Наследование: BaseHostServiceInstallerImpl
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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