5 references to SessionEndReasons
Microsoft.Win32.SystemEvents (4)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net9.0\Microsoft.Win32.SystemEvents.notsupported.cs (4)
23public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 24public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } } 29public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } 31public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemEvents); } }
System (1)
src\libraries\shims\System\ref\System.cs (1)
15[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SessionEndReasons))]