This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Services.
Summary
Gets a list of
System.ServiceProcess.ServiceController
on the specified computer.
- Assembly
- Cake
.Services .dll - Namespace
- Cake
.Services - Containing Type
- ServiceManager
Syntax
public List<ServiceController> GetServices(string computer = "")
Parameters
Name | Type | Description |
---|---|---|
computer | string | The computer on which the service resides. |
Return Value
Type | Description |
---|---|
List |
A list of System.ServiceProcess.ServiceController on the specified computer. |