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 | |
---|---|---|
CimClassMethods | Gets the methods for the current CimClass object. |
|
CimClassProperties | Gets the properties of the current CimClass object. |
|
CimClassQualifiers | Gets the qualifiers of the current CimClass object. |
|
CimSuperClass | Gets the superclass schema for the current CimClass. |
|
CimSuperClassName | Gets the name of the superclass of the current CimClass. |
|
CimSystemProperties | Gets the system properties of the current CimClass object. |
Methods
Name | Description | |
---|---|---|
Dispose() | Releases resources associated with this object. |
|
Equals(Object) | Determines whether the specified CimClass instances are considered equal.(Overrides Object.Equals(Object).) |
|
GetHashCode() | Returns the hash value for the CimClass object.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
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