WeakReference Constructor (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the WeakReference class, referencing the specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- target
- Type: System.Object
The object to track or Nothing.
Show: