ManagementObjectSearcher Constructor (String^, String^, EnumerationOptions^)

 

Initializes a new instance of the ManagementObjectSearcher class used to invoke the specified query, in the specified scope, and with the specified options.

Namespace:   System.Management
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: