File: artifacts\obj\System.ServiceProcess.ServiceController\Debug\net9.0\System.ServiceProcess.ServiceController.netcoreapp.notsupported.cs
Project: src\src\libraries\System.ServiceProcess.ServiceController\src\System.ServiceProcess.ServiceController.csproj (System.ServiceProcess.ServiceController)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// ------------------------------------------------------------------------------
 
namespace System.ServiceProcess
{
    public partial class ServiceBase : System.ComponentModel.Component
    {
        public void RequestAdditionalTime(System.TimeSpan time) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController);  }
    }
    public partial class ServiceController : System.ComponentModel.Component
    {
        public void Stop(bool stopDependentServices) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController);  }
    }
    public readonly partial struct SessionChangeDescription : System.IEquatable<System.ServiceProcess.SessionChangeDescription>
    {
    }
}