WeakReference.IsAlive Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the object referenced by the current WeakReference object has not been garbage collected and is still accessible; otherwise, false.
Show: