8 references to SessionChangeDescription
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
16[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.SessionChangeDescription))]
System.ServiceProcess.ServiceController (7)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.netcoreapp.notsupported.cs (1)
17public readonly partial struct SessionChangeDescription : System.IEquatable<System.ServiceProcess.SessionChangeDescription>
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (6)
49protected virtual void OnSessionChange(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 135public bool Equals(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 137public static bool operator ==(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); } 138public static bool operator !=(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }