CimInstance Class
Represents an instance of a CIM class.
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Name | Description | |
---|---|---|
![]() | CimInstance(CimClass) | Initializes a new instance of the CimInstance class. |
![]() | CimInstance(CimInstance) | Initializes a new instance of the CimInstance class by creating a detailed copy of the specified CimInstance object. |
![]() | CimInstance(String) | Initializes a new instance of the CimInstance class. |
![]() | CimInstance(String, String) | Initializes a new instance of the CimInstance class. |
Name | Description | |
---|---|---|
![]() | CimClass | Gets the class metadata associated with the current CimInstance object. |
![]() | CimInstanceProperties | Gets the properties of the current CimInstance object. |
![]() | CimSystemProperties | Gets the system properties of the CimInstance object. |
Name | Description | |
---|---|---|
![]() | Dispose() | Releases resources associated with this object. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetCimSessionComputerName() | Gets the name of the computer used to retrieve the current instance. |
![]() | GetCimSessionInstanceId() | Gets the InstanceId of the CIM session used to retrieve the current instance. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | Populates a serialization information object with the data needed to serialize the CimInstance object. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Gets a short textual description of the CIM session that generated the instance.(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | ICloneable.Clone() | Creates a new object that is a copy of the current instance. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.