ManagementObjectSearcher Constructor (ManagementScope^, ObjectQuery^, EnumerationOptions^)
.NET Framework (current version)
Initializes a new instance of the ManagementObjectSearcher class to be used to invoke the specified query in the specified scope, with the specified options.
Assembly: System.Management (in System.Management.dll)
public:
ManagementObjectSearcher(
ManagementScope^ scope,
ObjectQuery^ query,
EnumerationOptions^ options
)
Parameters
- scope
-
Type:
System.Management::ManagementScope^
A ManagementScope specifying the scope of the query.
- query
-
Type:
System.Management::ObjectQuery^
An ObjectQuery specifying the query to be invoked.
- options
-
Type:
System.Management::EnumerationOptions^
An EnumerationOptions specifying additional options to be used 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: