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)
17
public readonly partial struct SessionChangeDescription : System.IEquatable<System.ServiceProcess.
SessionChangeDescription
>
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (6)
49
protected virtual void OnSessionChange(System.ServiceProcess.
SessionChangeDescription
changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
135
public bool Equals(System.ServiceProcess.
SessionChangeDescription
changeDescription) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
137
public static bool operator ==(System.ServiceProcess.
SessionChangeDescription
a, System.ServiceProcess.
SessionChangeDescription
b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }
138
public static bool operator !=(System.ServiceProcess.
SessionChangeDescription
a, System.ServiceProcess.
SessionChangeDescription
b) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_ServiceController); }