The members of System.WeakReference are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Creates a new WeakReference referencing an object. |
| | Creates a new WeakReference referencing an object, and optionally tracking the ressurection of the object. |
Protected Constructors
| | This constructor is for serialization. |
Public Properties
[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. |
Public Methods