UtilServicingServices Property

Gets all the services of the local computer, except for the device driver services.

Definition

Namespace: DevCase.Core.Windows.Servicing
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<ServiceController> Services { get; }

Property Value

ReadOnlyCollectionServiceController
The services of the local computer, except for the device driver services.

See Also