CimMethodParameter Class
Represents a parameter of a CIM method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimMethodParameter
Syntax
public abstract class CimMethodParameter
public ref class CimMethodParameter abstract
[<AbstractClass>]
type CimMethodParameter = class end
Public MustInherit Class CimMethodParameter
Properties
Name | Description | |
---|---|---|
![]() |
CimType | Gets the CIM type of the parameter. |
![]() |
Flags | Gets the flags of the parameter. |
![]() |
Name | Gets the name of the parameter. |
![]() |
Value | Gets the value of the parameter. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create(String, Object, CimFlags) | Creates a new parameter. |
![]() ![]() |
Create(String, Object, CimType, CimFlags) | Creates a new parameter. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | Gets a string that contains the name and value of the parameter.(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