The following tables list the members exposed by WeakReference<T>.
Name | Description | |
---|---|---|
WeakReference<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
IsAlive | Overridden. Gets an indication whether the object referenced by the current object has been garbage collected. | |
Target | Gets or sets the Object stored in the handle if it's accessible. | |
TrackResurrection | Gets an indication whether the object referenced by the current System.WeakReference object is tracked after it is finalized. (Inherited from System.WeakReference) |
Name | Description | |
---|---|---|
GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo object with all the data needed to serialize the current System.WeakReference object. (Inherited from System.WeakReference) | |
TryGetTarget | Returns true if the Object was retrieved. |
Reference
WeakReference<T> ClassCSharpTest.Net.Utils Namespace