ManagementObjectCollection::ManagementObjectEnumerator Class
Represents the enumerator on the collection.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the current ManagementBaseObject that this enumerator points to. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases resources associated with this object. After this method has been called, an attempt to use this object will result in an ObjectDisposedException exception being thrown. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Disposes of resources the object is holding. This is the destructor for the object. Finalizers are expressed using destructor syntax.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | MoveNext() | Indicates whether the enumerator has moved to the next object in the enumeration. |
![]() | Reset() | Resets the enumerator to the beginning of the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Current | Gets the current object in the collection. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




