1 type derived from ObjectQuery
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
785public partial class WqlObjectQuery : System.Management.ObjectQuery
4 references to ObjectQuery
System.Management (4)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (4)
359public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 360public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 361public ManagementObjectSearcher(System.Management.ObjectQuery query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 366public System.Management.ObjectQuery Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }