C# Класс SimpleServices.SimpleServiceApplication

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

Открытые методы

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