ManagementObjectSearcher Constructor (String^)

 

Initializes a new instance of the ManagementObjectSearcher class used to invoke the specified query for management information.

Namespace:   System.Management
Assembly:  System.Management (in System.Management.dll)

public:
ManagementObjectSearcher(
	String^ queryString
)

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.

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

.NET Framework
Available since 1.1
Return to top
Show: