ManagementObjectSearcher Constructor (String^, String^, EnumerationOptions^)
.NET Framework (current version)
Initializes a new instance of the ManagementObjectSearcher class used to invoke the specified query, in the specified scope, and with the specified options.
Assembly: System.Management (in System.Management.dll)
public:
ManagementObjectSearcher(
String^ scope,
String^ queryString,
EnumerationOptions^ options
)
Parameters
- scope
-
Type:
System::String^
The scope in which the query should be invoked.
- queryString
-
Type:
System::String^
The query to be invoked.
- options
-
Type:
System.Management::EnumerationOptions^
An EnumerationOptions specifying additional options for the query.
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, scope, and enumeration options.
.NET Framework
Available since 1.1
Available since 1.1
Show: