ServiceController Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ServiceController class that is associated with an existing service on the local computer.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
Parameters
- name
-
Type:
System::String^
The name that identifies the service to the system. This can also be the display name for the service.
| Exception | Condition |
|---|---|
| ArgumentException | name is invalid. |
The following example demonstrates the use of the ServiceController::ServiceController(String^) constructor to create a ServiceController object that is used to control a sample service. This example is part of a larger example that is provided for the ServiceController class.
.NET Framework
Available since 1.1
Available since 1.1
Show: