Initializes a new instance of the DirectoryEntry class that will bind to the directory entry at path.
[Visual Basic] Overloads Public Sub New( _ ByVal path As String _ ) [C#] public DirectoryEntry( string path ); [C++] public: DirectoryEntry( String* path ); [JScript] public function DirectoryEntry( path : String );
Exception Type | Condition |
---|---|
[To be supplied.] |
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntry Constructor Overload List