WeakReference Properties
Collapse the table of content
Expand the table of content

WeakReference Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The WeakReference type exposes the following members.

  NameDescription
Public property IsAlive Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.
Public property Target Gets or sets the object (the target) referenced by the current WeakReference object.
Public property TrackResurrection Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.
Top

Show:
© 2017 Microsoft