Universal Windows Service Class Library

Installer.GetServiceNameList Method ()

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

public static string[] GetServiceNameList();

Return Value

A simple string list containing all serviceNames which uses 'uws.exe' or null.

Remarks

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

See Also

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