WeakReference Properties

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyIsAlive

Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.

System_CAPS_pubpropertyTarget

Gets or sets the object (the target) referenced by the current WeakReference object.

System_CAPS_pubpropertyTrackResurrection

Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.

Return to top
Show: