ManagementObjectSearcher Constructor (String^)
.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
- queryString
-
Type:
System::String^
The WMI query to be invoked by the object.
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: