.NET Framework Class Library
ManagementObject Constructor
Initializes a new instance of the ManagementObject class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
ManagementObject() | Initializes a new instance of the ManagementObject class. This is the default constructor. |
|
ManagementObject(ManagementPath) | Initializes a new instance of the ManagementObject class for the specified WMI object path. The path is provided as a ManagementPath. |
|
ManagementObject(String) | Initializes a new instance of the ManagementObject class for the specified WMI object path. The path is provided as a string. |
|
ManagementObject(ManagementPath, ObjectGetOptions) | Initializes a new instance of the ManagementObject class bound to the specified WMI path, including the specified additional options. |
|
ManagementObject(SerializationInfo, StreamingContext) | Initializes a new instance of the ManagementObject class that is serializable. |
|
ManagementObject(String, ObjectGetOptions) | Initializes a new instance of the ManagementObject class bound to the specified WMI path, including the specified additional options. In this variant, the path can be specified as a string. |
|
ManagementObject(ManagementScope, ManagementPath, ObjectGetOptions) | Initializes a new instance of the ManagementObject class bound to the specified WMI path that includes the specified options. |
|
ManagementObject(String, String, ObjectGetOptions) | Initializes a new instance of the ManagementObject class bound to the specified WMI path, and includes the specified options. The scope and the path are specified as strings. |
See Also