Mono Class Library: Overview

System.WeakReference: Members

The members of System.WeakReference are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a new WeakReference referencing an object.
Creates a new WeakReference referencing an object, and optionally tracking the ressurection of the object.

Protected Constructors

Public Properties

[read-only]
IsAlivebool. Gets whether the target has been garbage collected.
Targetobject. Gets or sets the target object.
[read-only]
TrackResurrectionbool. Gets whether this WeakReference is tracking the object's resurrection.

Public Methods

Finalize()
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
This method is used for serialization.