DirectorySearcher.FindAll Method
Executes the search and returns a collection of the entries that are found.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Return Value
Type: System.DirectoryServices.SearchResultCollectionA 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.