WebRenderer.Dispose(Boolean) Method

Definition

Releases the resources used by the current WebRenderer instance.

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

Parameters

disposing
Boolean

true to release managed resources; otherwise, false.

Applies to