WeakReference Members
The following tables list the members exposed by the WeakReference type.
Public Constructors
Name | Description | |
---|---|---|
WeakReference | Initializes a new instance of the WeakReference class, referencing a specified object. |
Public Properties
Name | Description | |
---|---|---|
IsAlive | Determines whether the object referenced by the current WeakReference object has been collected by the garbage collection mechanism. | |
Target | Gets or sets the object (the target) referenced by the current WeakReference object. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |