System.ServiceProcess.ServiceController.ServiceController C# (CSharp) Method

ServiceController() public method

public ServiceController ( string name, string machineName )
name string
machineName string
        public ServiceController(string name, string machineName)
        {
        }

Same methods

ServiceController::ServiceController ( string name )