C# Class Topshelf.Runtime.Linux.LinuxHostServiceInstallerImpl

Inheritance: BaseHostServiceInstallerImpl
Afficher le fichier Open project: AlexMAS/Topshelf.Unix Class Usage Examples

Méthodes protégées

Méthode Description
CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer
CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer

Private Methods

Méthode Description
CreateServiceLogWriter ( ) : System.ServiceProcess.Linux.LinuxServiceLogWriter
CreateServiceSettings ( HostSettings settings, string commandLine ) : System.ServiceProcess.Linux.LinuxServiceSettings

Method Details

CreateInstaller() protected méthode

protected CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings InstallHostSettings
commandLine string
Résultat System.Configuration.Install.Installer

CreateUninstaller() protected méthode

protected CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer
settings HostSettings
commandLine string
Résultat System.Configuration.Install.Installer