WeakReference Constructor
.NET Framework 2.0
Initializes a new instance of the WeakReference class.
| Name | Description |
|---|---|
| WeakReference (Object) | Initializes a new instance of the WeakReference class, referencing the specified object. Supported by the .NET Compact Framework. |
| WeakReference (Object, Boolean) | Initializes a new instance of the WeakReference class, referencing the specified object and using the specified resurrection tracking. Supported by the .NET Compact Framework. |
| WeakReference (SerializationInfo, StreamingContext) | Initializes a new instance of the WeakReference class, using deserialized data from the specified serialization and stream objects. |