This documentation is archived and is not being maintained.
WeakReference Constructor
Visual Studio 2010
Initializes a new instance of the WeakReference class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WeakReference(Object) | Initializes a new instance of the WeakReference class, referencing the specified object. |
|
WeakReference(Object, Boolean) | Initializes a new instance of the WeakReference class, referencing the specified object and using the specified resurrection tracking. |
|
WeakReference(SerializationInfo, StreamingContext) | Initializes a new instance of the WeakReference class, using deserialized data from the specified serialization and stream objects. |
Show: