ServiceController Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ServiceController class that is associated with an existing service on the specified 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.
- machineName
-
Type:
System::String^
The computer on which the service resides.
| Exception | Condition |
|---|---|
| ArgumentException | name is invalid. -or- machineName is invalid. |
For the machineName parameter, you can use "." to represent the local computer.
.NET Framework
Available since 1.1
Available since 1.1
Show: