Метод | Описание | |
---|---|---|
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 |
public static IsServiceInstalled ( string serviceName ) : bool | ||
serviceName | string | |
Результат | bool |
public static PerformAnyRequestedInstallations ( string args, ApplicationContext context, string assemblyLocation = null ) : void | ||
args | string | |
context | ApplicationContext | |
assemblyLocation | string | |
Результат | void |
public SimpleServiceApplication ( ) : System | ||
Результат | System |