CimMethodResultBase Class

 

Represents a CIM method result base parameter.

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

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimMethodResultBase
    Microsoft.Management.Infrastructure.CimMethodResult
    Microsoft.Management.Infrastructure.CimMethodStreamedResult

Syntax

public abstract class CimMethodResultBase
public ref class CimMethodResultBase abstract 
[<AbstractClass>]
type CimMethodResultBase = class end
Public MustInherit Class CimMethodResultBase

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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