This documentation is archived and is not being maintained.
WeakReference Properties
Visual Studio 2010
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: