This topic has not yet been rated - Rate this topic

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.

  Name Description
Public method ManagementObject() Initializes a new instance of the ManagementObject class. This is the default constructor.
Public method ManagementObject(ManagementPath) Initializes a new instance of the ManagementObject class for the specified WMI object path. The path is provided as a ManagementPath.
Public method ManagementObject(String) Initializes a new instance of the ManagementObject class for the specified WMI object path. The path is provided as a string.
Public method ManagementObject(ManagementPath, ObjectGetOptions) Initializes a new instance of the ManagementObject class bound to the specified WMI path, including the specified additional options.
Protected method ManagementObject(SerializationInfo, StreamingContext) Initializes a new instance of the ManagementObject class that is serializable.
Public method 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.
Public method ManagementObject(ManagementScope, ManagementPath, ObjectGetOptions) Initializes a new instance of the ManagementObject class bound to the specified WMI path that includes the specified options.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.