WeakReference Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The WeakReference type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAlive Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Target Gets or sets the object (the target) referenced by the current WeakReference object.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TrackResurrection Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.

Top