WeakReference: Dispose |
Releases the reference to the Target object.
Public Sub Dispose( Optional ByVal ChildrenOnly As Boolean = False )
Default: False
This allows the weak reference and its children to be disconnected from the Target object. The children themselves can be disposed of without disposing the controlling WeakReference.