ManagementObjectSearcher Constructor (ObjectQuery^)
.NET Framework (current version)
Initializes a new instance of the ManagementObjectSearcher class used to invoke the specified query for management information.
Assembly: System.Management (in System.Management.dll)
Parameters
- query
-
Type:
System.Management::ObjectQuery^
An ObjectQuery representing the query to be invoked by the searcher.
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
The following example initializes a new instance of the ManagementObjectSearcher class with a specific query.
.NET Framework
Available since 1.1
Available since 1.1
Show: