PNotificationCenter.CompoundKey overview
PNotificationCenter.CompoundKey Constructor | Constructs a new CompoundKey, creating a weak reference to the object. |
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. |
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. |
Finalize (inherited from WeakReference) | Frees any resources allocated by this instance. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PNotificationCenter.CompoundKey Class | UMD.HCIL.PiccoloX.Events Namespace