ManagementAgentEnumerator Members
Enumerates ManagementAgent objects and returns the name of the current management agent as a string. This class is obtained by calling the ManagementAgentCollection object.
The following tables list the members exposed by the ManagementAgentEnumerator type.
Protected Constructors
Name | Description | |
---|---|---|
ManagementAgentEnumerator | Creates an instance of the ManagementAgentEnumerator class. |
Top
Public Properties
Name | Description | |
---|---|---|
Current | Gets the name of the current management agent in the enumerator. The name of the management agent is returned as a string. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MoveNext | Advances the enumerator to the next management agent name in the enumeration. | |
Reset | Sets the enumerator to the first management agent name in the enumeration. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ManagementAgentEnumerator Class
Microsoft.MetadirectoryServices Namespace
ManagementAgent Class
ManagementAgentCollection Class
Microsoft.MetadirectoryServices