HwndHost.Finalize Method

Definition

Performs the final cleanup before the garbage collector destroys the object.

!HwndHost ()
~HwndHost ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

Like most finalizers, this calls Dispose(false).

Applies to