WeakReference<T> Methods
.NET Framework (current version)
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Discards the reference to the target that is represented by the current WeakReference<T> object.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo object with all the data necessary to serialize the current WeakReference<T> object. |
![]() | GetType() | |
![]() | SetTarget(T) | Sets the target object that is referenced by this WeakReference<T> object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TryGetTarget(T%) | Tries to retrieve the target object that is referenced by the current WeakReference<T> object. |
Show:

