PNotificationCenter.CompoundValue overview
PNotificationCenter.CompoundValue Constructor | Constructs a new CompoundValue, 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. |
MethodInfo | Gets the callback attribute of this compound value. |
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. |
hashCode | A hash value, suitable for use in hashing algorithms and data structures like a hash table. |
methodInfo | The callback attribute of this compound value. |
Finalize (inherited from WeakReference) | Frees any resources allocated by this instance. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PNotificationCenter.CompoundValue Class | UMD.HCIL.PiccoloX.Events Namespace