WeakReference Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The WeakReference type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsAlive | Gets an indication whether the object referenced by the current WeakReference object has been garbage collected. |
|
Target | Gets or sets the object (the target) referenced by the current WeakReference object. |
|
TrackResurrection | Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized. |
Show: