1 type derived from EventQuery
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
763
public 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)
226
public ManagementEventWatcher(System.Management.
EventQuery
query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
227
public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.
EventQuery
query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
228
public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.
EventQuery
query, System.Management.EventWatcherOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
233
public System.Management.
EventQuery
Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }