1 type derived from ObjectQuery
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
785
public 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)
359
public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.
ObjectQuery
query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
360
public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.
ObjectQuery
query, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
361
public ManagementObjectSearcher(System.Management.
ObjectQuery
query) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
366
public System.Management.
ObjectQuery
Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }