I know that if an object had no reference, and the GC cleared it, the object's WeakReference.Target property would return null,
But suppose the object has no strong reference, but the GC didnt clear it yet, is there anyway to check through its WeakReference whether or not it has any strong-references?