This documentation is archived and is not being maintained.
DirectorySearcher Constructor
Visual Studio 2010
Initializes a new instance of the DirectorySearcher class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(String) | Initializes a new instance of the DirectorySearcher class with the specified search filter. |
|
DirectorySearcher(DirectoryEntry, String) | Initializes a new instance of the DirectorySearcher class with the specified search root and search filter. |
|
DirectorySearcher(String, array<String>) | Initializes a new instance of the DirectorySearcher class with the specified search filter and properties to retrieve. |
|
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(String, array<String>, SearchScope) | Initializes a new instance of the DirectorySearcher class with the specified search filter, properties to retrieve, and search scope. |
|
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. |
Show: