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