1 type derived from EventQuery
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
763public partial class WqlEventQuery : System.Management.EventQuery
4 references to EventQuery
System.Management (4)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (4)
226public ManagementEventWatcher(System.Management.EventQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 227public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 228public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query, System.Management.EventWatcherOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 233public System.Management.EventQuery Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }