2 types derived from ServiceBase
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostService.cs (1)
15public class WebHostService : ServiceBase
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
18public class WindowsServiceLifetime : ServiceBase, IHostLifetime
4 references to ServiceBase
Microsoft.AspNetCore.Hosting.WindowsServices (1)
WebHostWindowsServiceExtensions.cs (1)
39ServiceBase.Run(webHostService);
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.ServiceBase))]
System.ServiceProcess.ServiceController (2)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net9.0\System.ServiceProcess.ServiceController.notsupported.cs (2)
54public static void Run(System.ServiceProcess.ServiceBase service) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 55public static void Run(System.ServiceProcess.ServiceBase[] services) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }