WeakReference |
IObject |
Name | Description |
---|---|
![]() | Returns the status of the weakly referenced object. |
![]() | Returns if this isnstance of WeakReference is a child. |
![]() | Returns a strong reference to the object a weak reference is being kept to. |
![]() | Sets the target object to keep a weak reference to. |
Name | Description |
---|---|
![]() | Releases any dead child WeakReferences. |
![]() | Creates a new weak reference without allocating addition resources to maintain reference integrity. |
![]() | Releases the reference to the Target object. |
![]() | Returns a boolean indicating if the value and this object instance are the same instance. |
![]() | Returns a pseudo-unique number identifying this instance. |
![]() | Returns a string representation of this object instance. |
Name | Description |
---|---|
![]() | This event is raised when a controlling WeakReference loses reference to the underlying Target object. |
Constructors |