ManagementObjectSearcher Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the ManagementObjectSearcher class used to invoke the specified query in the specified scope.
Assembly: System.Management (in System.Management.dll)
Parameters
- scope
-
Type:
System::String^
The scope in which to query.
- queryString
-
Type:
System::String^
The query to be invoked.
If no scope is specified, the default scope (DefaultPath) is used.
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 and scope.
.NET Framework
Available since 1.1
Available since 1.1
Show: