TestimoX

API Reference

Class

ServiceExecutableResolver

Namespace TestimoX.Services
Assembly TestimoX
Modifiers static

Resolves service executable paths using explicit input or installed service metadata.

Inheritance

  • Object
  • ServiceExecutableResolver

Methods

public static String Resolve(String serviceName, String explicitPath) #
Returns: String

Resolves the executable path for the specified service.

Parameters

serviceName System.String requiredposition: 0
Windows service name.
explicitPath System.String requiredposition: 1
Optional explicit executable path.

Returns

Resolved executable path.