Universal Windows Service Class Library

Installer.GetServiceNameList Method

Load a list of all universal windows services searching for 'uws.exe'.

Overload List

Load a list of all universal windows services searching for 'uws.exe'.

public static string[] GetServiceNameList();

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

public static string[] GetServiceNameList(string);

See Also

Installer Class | uws.Install Namespace