WeakReference Properties
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| 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:
