The
properties
of System.WeakReference are listed below. For a list of all members, see the WeakReference Members list.
See Also: Inherited members from System.Object
[read-only] | IsAlive | bool. Gets whether the target has been garbage collected. |
| Target | object. Gets or sets the target object. |
[read-only] | TrackResurrection | bool. Gets whether this WeakReference is tracking the object's resurrection. |