Creates an instance of the ManagementAgentEnumerator class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As New ManagementAgentEnumerator

Syntax

Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
protected ManagementAgentEnumerator ()
C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
protected:
ManagementAgentEnumerator ()
J#
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
protected ManagementAgentEnumerator ()
JScript
EditorBrowsableAttribute(EditorBrowsableState.Never) 
protected function ManagementAgentEnumerator ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also