This topic has not yet been rated - Rate this topic

WeakReference Class

Represents a weak reference, which references an object while still allowing that object to be reclaimed by garbage collection.

System.Object
  System.WeakReference

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)]
public class WeakReference

The WeakReference type exposes the following members.

  Name Description
Protected method Supported by Silverlight for Windows Phone Supported by Xbox 360 WeakReference() Initializes a new instance of the WeakReference class. This constructor overload cannot be implemented in Silverlight-based applications.
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 WeakReference(Object) Initializes a new instance of the WeakReference class, referencing the specified object.
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 WeakReference(Object, Boolean) Initializes a new instance of the WeakReference class, referencing the specified object and using the specified resurrection tracking.
Top
  Name Description
Public property Supported by Silverlight for Windows Phone Supported by Xbox 360 IsAlive Gets an indication whether the object referenced by the current WeakReference object has been garbage collected.
Public property Supported by Silverlight for Windows Phone Supported by Xbox 360 Target Gets or sets the object (the target) referenced by the current WeakReference object.
Public property Supported by Silverlight for Windows Phone Supported by Xbox 360 TrackResurrection Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.
Top
  Name Description
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by Silverlight for Windows Phone Supported by Xbox 360 Finalize Discards the reference to the target represented by the current WeakReference object. (Overrides Object.Finalize().)
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Supported by Silverlight for Windows Phone Supported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone Supported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)
Top

A weak reference allows the garbage collector to collect an object while still allowing an application to access the object. If you need the object, you can still obtain a strong reference to it and prevent it from being collected.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ