Freigeben über


WmiSmoObject-Member

The WmiSmoObject class represents the fundamental Windows Management Instrumentation (WMI) object from which all WMI objects are constructed.

Der WmiSmoObject-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode WmiSmoObject() () () () Initializes a new instance of the WmiSmoObject class.
Geschützte Methode WmiSmoObject(String) Initializes a new instance of the WmiSmoObject class with the specified name.
Geschützte Methode WmiSmoObject(WmiCollectionBase, String) Initializes a new instance of the WmiSmoObject class with the specified name and collection base class.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AlterProtocolProperties Updates any protocol object property changes on the Windows Management Instrumentation (WMI) installation.
Geschützte Methode CheckObjectState Checks the state of the referenced object.
Geschützte Methode CreateProtocolPropertyCollection Creates a set of protocol attributes for the referenced object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Geschützte Methode GetPropertyManagementObject Gets the management object for the specified protocol property.
Geschützte Methode GetPropertyObject Gets the property from the specified collection with the specified position and value.
Geschützte Methode GetProtocolPropertyCollection Returns the protocol property collection for the referenced object.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize
Öffentliche Methode Initialize Initializes the referenced object.
Geschützte Methode InvokeMgmtMethod(ManagementObject, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, method name, and parameters.
Geschützte Methode InvokeMgmtMethod(ManagementObject, ManagementOperationObserver, String, array<Object> [] () [] []) Invokes the management method for the referenced object with the specified management object, observer, method name, and parameters.
Geschützte Methode IsObjectInitialized Specifies whether the referenced object is initialized.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Refreshes the referenced object and its properties.
Geschützte Methode SetName Sets the name of the referenced object.
Geschützte Methode SetParentImpl Sets the parent of the referenced object.
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte MethodeStatischer Member Trace Creates a trace of the referenced object.
Geschützte Methode UpdateObjectState Updates the object state.
Öffentliche Methode Validate (Geerbt von SmoObjectBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the name of the referenced Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft Properties Represents a collection of Property objects. Each Property object represents a property defined on the Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang