API Reference
Class
ServiceExecutableResolver
Resolves service executable paths using explicit input or installed service metadata.
Inheritance
- Object
- ServiceExecutableResolver
Methods
public static String Resolve(String serviceName, String explicitPath) #Returns:
StringResolves the executable path for the specified service.
Parameters
- serviceName System.String
- Windows service name.
- explicitPath System.String
- Optional explicit executable path.
Returns
Resolved executable path.