TestimoX

API Reference

Class

ServiceInstallResult

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents a service installation result.

Inheritance

  • Object
  • ServiceInstallResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ServiceInstallResult() #

Properties

public String Name { get; set; } #

Windows service name.

public String ServicePath { get; set; } #

Path to the service executable.

public String ConfigPath { get; set; } #

Path to the deployed config.

public Boolean Installed { get; set; } #

Indicates whether the service was installed.