DirectorySearcher::FindAll Method ()
.NET Framework (current version)
Executes the search and returns a collection of the entries that are found.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Return Value
Type: System.DirectoryServices::SearchResultCollection^A SearchResultCollection object that contains the results of the search.
| Exception | Condition |
|---|---|
| InvalidOperationException | The specified DirectoryEntry is not a container. |
| NotSupportedException | Searching is not supported by the provider that is being used. |
Due to implementation restrictions, the SearchResultCollection class cannot release all of its unmanaged resources when it is garbage collected. To prevent a memory leak, you must call the Dispose method when the SearchResultCollection object is no longer needed.
.NET Framework
Available since 1.1
Available since 1.1
Show: