DirectorySearcher.Dispose(Boolean) Method

Definition

Releases the managed resources that are used by the DirectorySearcher object and, optionally, releases unmanaged resources.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true if this method releases both managed and unmanaged resources; false if it releases only unmanaged resources.

Applies to