I know that if the object had no reference and the GC cleared it, the WeakReference.Target object property will return null.
But suppose the object does not have a strong link, but the GC has not cleared it yet, is there anyway to check its WeakReference, does it have any strong links?
source
share