Universal Windows Service Class Library

Installer.GetServiceNameList Method (String)

Load a list of all windows services using the given assembly (path and name or name only).

public static string[] GetServiceNameList(
   string assembly
);

Parameters

assembly
Path of the assembly (with name of assembly file included).

Return Value

A simple string list containing all serviceNames which uses given assembly or null.

Remarks

Load a list of all windows services using the given assembly (path and name or name only).

See Also

Installer Class | uws.Install Namespace | Installer.GetServiceNameList Overload List