public abstract class WeakDelegateBase<T> : WeakReference
where T : class
Public MustInherit Class WeakDelegateBase(Of T As Class)
Inherits WeakReferencegeneric<typename T>
where T : ref class
public ref class WeakDelegateBase abstract : public WeakReference| WeakDelegateBaseT | Initializes a new instance of the WeakDelegateBaseT class with the specified delegate target. |
| IsAlive | Gets an indication whether the object referenced by the current WeakReference object has been garbage collected. (Inherited from WeakReference) |
| Target | Gets or sets the object (the target) referenced by the current WeakReference object. (Inherited from WeakReference) |
| TrackResurrection | Gets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized. (Inherited from WeakReference) |
| Equals(Object) |
Determines whether the current WeakDelegateBaseT instance is equal to another object.
(Overrides ObjectEquals(Object)) |
| Equals(WeakDelegateBaseT) | Determines whether the current WeakDelegateBaseT instance is equal to another WeakDelegateBaseT instance. |
| Finalize | Discards the reference to the target represented by the current WeakReference object. (Inherited from WeakReference) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetObjectData | Populates a SerializationInfo object with all the data needed to serialize the current WeakReference object. (Inherited from WeakReference) Obsolete. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryInvokeInternal | Tries to invoke the delegate associated with this weak reference object. |