DirectorySearcher Constructor
Initializes a new instance of the DirectorySearcher class.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | DirectorySearcher() | Initializes a new instance of the DirectorySearcher class with default values. |
![]() | DirectorySearcher(DirectoryEntry^) | Initializes a new instance of the DirectorySearcher class using the specified search root. |
![]() | DirectorySearcher(DirectoryEntry^, String^) | Initializes a new instance of the DirectorySearcher class with the specified search root and search filter. |
![]() | DirectorySearcher(DirectoryEntry^, String^, array<String^>^) | Initializes a new instance of the DirectorySearcher class with the specified search root, search filter, and properties to retrieve.. |
![]() | DirectorySearcher(DirectoryEntry^, String^, array<String^>^, SearchScope) | Initializes a new instance of the DirectorySearcher class with the specified search root, search filter, properties to retrieve, and search scope. |
![]() | DirectorySearcher(String^) | Initializes a new instance of the DirectorySearcher class with the specified search filter. |
![]() | DirectorySearcher(String^, array<String^>^) | Initializes a new instance of the DirectorySearcher class with the specified search filter and properties to retrieve. |
![]() | DirectorySearcher(String^, array<String^>^, SearchScope) | Initializes a new instance of the DirectorySearcher class with the specified search filter, properties to retrieve, and search scope. |
