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

ServiceController() public method

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

Same methods

ServiceController::ServiceController ( string name, string machineName )