Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WeakReferences   (RSS)
Sorry, but there are no more tags available to filter with.

WeakReferences And Tracking Resurrection

The WeakReference class has two public constructors. public WeakReference(Object target) public WeakReference(Object target, bool trackResurrection) The first parameter is pretty obvious. It’s the object you want the WeakReference to reference, without
Posted by clyon | 3 Comments
Filed under:

Why You Shouldn’t Rely On WeakReference.IsAlive

The WeakReference class has the property IsAlive. The problem with it, is that you can only trust it if it returns false. While a WeakReference points to an object that is either live (reachable), or garbage (unreachable) that has not yet been collected
Posted by clyon | 5 Comments
Filed under:
 
Page view tracker