संपादित करें

इसके माध्यम से साझा किया गया


Thread.Finalize Method

Definition

Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the Thread object.

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

Remarks

The garbage collector calls Finalize when the current object is ready to be finalized.

Applies to