Piccolo.NET

PNotificationCenter.CompoundKey Members

PNotificationCenter.CompoundKey overview

Public Instance Constructors

PNotificationCenter.CompoundKey Constructor Constructs a new CompoundKey, creating a weak reference to the object.

Public Instance Properties

IsAlive (inherited from WeakReference)Gets an indication whether the object referenced by this instance has been garbage collected.
Name Gets the name attribute of this key.
Target (inherited from WeakReference)Gets or sets the object (the target) referenced by this instance.
TrackResurrection (inherited from WeakReference)Gets an indication whether the object referenced by this instance is tracked after it is garbage collected and finalized.

Public Instance Methods

Equals Overridden. See Object.Equals.
GetHashCode Overridden. See Object.GetHashCode.
GetObjectData (inherited from WeakReference)Populates a SerializationInfo object with all the data needed to serialize this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from WeakReference)Frees any resources allocated by this instance.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PNotificationCenter.CompoundKey Class | UMD.HCIL.PiccoloX.Events Namespace