CimMethodDeclaration Class

 

Represents a method declaration of a CIM class.

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

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimMethodDeclaration

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Name

Gets the name of the method.

System_CAPS_pubproperty Parameters

Gets the parameters of the method.

System_CAPS_pubproperty Qualifiers

Gets the qualifiers of the method.

System_CAPS_pubproperty ReturnType

Gets the return type of the method.

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()

Gets the Name property of the CimMethodDeclaration object.(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