This documentation is archived and is not being maintained.
ManagementQuery Class
.NET Framework 1.1
Provides an abstract base class for all management query objects.
For a list of all members of this type, see ManagementQuery Members.
System.Object
System.Management.ManagementQuery
System.Management.EventQuery
System.Management.ObjectQuery
[Visual Basic] MustInherit Public Class ManagementQuery Implements ICloneable [C#] public abstract class ManagementQuery : ICloneable [C++] public __gc __abstract class ManagementQuery : public ICloneable [JScript] public abstract class ManagementQuery implements ICloneable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
This class is abstract; only derivatives of it are actually used in the API.
Requirements
Namespace: System.Management
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
Show: