ActiveXHost.Dispose(Boolean) Method

Definition

Releases the unmanaged resources that are used by the ActiveXHost and optionally releases the managed resources.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 to release both managed and unmanaged resources; false to release only unmanaged resources.

Applies to