4 references to ServiceStartMode
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
14[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceStartMode))]
System.ServiceProcess.ServiceController (3)
System\ServiceProcess\ServiceController.cs (3)
40private ServiceStartMode _startType; 381public ServiceStartMode StartType 406_startType = (ServiceStartMode)config.dwStartType;