CimMethodParametersCollection Class
Represents a collection of parameters of a CIM method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<T>
Microsoft.Management.Infrastructure.Generic.CimKeyedCollection<T>
Microsoft.Management.Infrastructure.CimMethodParametersCollection
Syntax
public class CimMethodParametersCollection : CimKeyedCollection<CimMethodParameter>,
IDisposable
public ref class CimMethodParametersCollection : CimKeyedCollection<CimMethodParameter^>,
IDisposable
type CimMethodParametersCollection =
class
inherit CimKeyedCollection<CimMethodParameter>
interface IDisposable
end
Public Class CimMethodParametersCollection
Inherits CimKeyedCollection(Of CimMethodParameter)
Implements IDisposable
Constructors
Name | Description | |
---|---|---|
CimMethodParametersCollection() | Initializes a new instance of the collection. |
Properties
Name | Description | |
---|---|---|
Count | The number of parameter objects in the collection.(Overrides CimReadOnlyKeyedCollection<T>.Count.) |
|
Item[String] | Provides access to the parameter objects in the collection.(Overrides CimReadOnlyKeyedCollection<T>.Item[String].) |
Methods
Name | Description | |
---|---|---|
Add(CimMethodParameter) | Adds a parameter object to the collection.(Overrides CimKeyedCollection<T>.Add(T).) |
|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
|
Dispose(Boolean) | Releases resources |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Returns an enumerator that iterates through the collection.(Overrides CimReadOnlyKeyedCollection<T>.GetEnumerator().) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Retrieves an enumerator that returns items from the collection.(Inherited from CimReadOnlyKeyedCollection<T>.) |
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