11 references to ServiceType
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.
ServiceType
))]
System.ServiceProcess.ServiceController (10)
System\ServiceProcess\ServiceController.cs (10)
23
private const int AllServiceTypes = (int)(
ServiceType
.Adapter |
ServiceType
.FileSystemDriver |
ServiceType
.InteractiveProcess |
24
ServiceType
.KernelDriver |
ServiceType
.RecognizerDriver |
ServiceType
.Win32OwnProcess |
25
ServiceType
.Win32ShareProcess);
445
/// Please see <see cref="System.ServiceProcess.
ServiceType
"/> for available list of Service types.
447
public
ServiceType
ServiceType
452
return (
ServiceType
)_type;