CimClass Class

 

Represents a CIM class.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimClass

Syntax

public sealed class CimClass : IDisposable
public ref class CimClass sealed : IDisposable
[<Sealed>]
type CimClass = 
    class
        interface IDisposable
    end
Public NotInheritable Class CimClass
    Implements IDisposable

Properties

Name Description
System_CAPS_pubproperty CimClassMethods

Gets the methods for the current CimClass object.

System_CAPS_pubproperty CimClassProperties

Gets the properties of the current CimClass object.

System_CAPS_pubproperty CimClassQualifiers

Gets the qualifiers of the current CimClass object.

System_CAPS_pubproperty CimSuperClass

Gets the superclass schema for the current CimClass.

System_CAPS_pubproperty CimSuperClassName

Gets the name of the superclass of the current CimClass.

System_CAPS_pubproperty CimSystemProperties

Gets the system properties of the current CimClass object.

Methods

Name Description
System_CAPS_pubmethod Dispose()

Releases resources associated with this object.

System_CAPS_pubmethod Equals(Object)

Determines whether the specified CimClass instances are considered equal.(Overrides Object.Equals(Object).)

System_CAPS_pubmethod GetHashCode()

Returns the hash value for the CimClass object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a string that contains the CimClass object's culture, namespace, and class name.(Overrides Object.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure Namespace

Return to top