UtilServicingServices Property
Gets all the services of the local computer, except for the device driver services.
Namespace: DevCase.Core.Windows.ServicingAssembly: 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; }
Public Shared ReadOnly Property Services As ReadOnlyCollection(Of ServiceController)
Get
Dim value As ReadOnlyCollection(Of ServiceController)
value = UtilServicing.Services
public:
static property ReadOnlyCollection<ServiceController^>^ Services {
ReadOnlyCollection<ServiceController^>^ get ();
}
static member Services : ReadOnlyCollection<ServiceController> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionServiceController
The services of the local computer, except for the device driver services.