Click or drag to resize

NullableWeakReference Properties

The NullableWeakReference type exposes the following members.

Properties
  Name Description
Public property IsAlive Gets an indication whether the object referenced by the current NullableWeakReference object has been cleared or garbage collected.
(Overrides WeakReferenceIsAlive)
Public property Target Gets the object (the target) referenced by the current NullableWeakReference object. Set will only accept null.
(Overrides WeakReferenceTarget)
Public property TrackResurrection Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.
(Inherited from WeakReference)
Top
See Also