SearchResultCollection::Dispose Method ()
.NET Framework (current version)
Releases all resources that are used by the SearchResultCollection object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The Dispose method, it allows the resources that are used by the SearchResultCollection to be reallocated for other purposes. For more information about Dispose, see Cleaning Up Unmanaged Resources.
The garbage collector does not release memory for a SearchResultCollection object. Therefore, an application must call the Dispose method explicitly to prevent a memory leak.
.NET Framework
Available since 1.1
Available since 1.1
Show: