| WeakDelegateT Properties |
The WeakDelegateT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Delegate |
Gets the Delegate stored by the current WeakDelegate
object.
(Inherited from WeakDelegate.) | |
| DelegateType |
Gets the type of delegate.
(Inherited from WeakDelegate.) | |
| IsAlive |
Gets a value indicating whether the Delegate referenced by this
WeakDelegate has been garbage collected.
(Inherited from WeakDelegate.) | |
| MethodInfo |
Gets the metadata of the delegate method.
(Inherited from WeakDelegate.) | |
| TargetReference |
Gets the weak reference of the target object.
(Inherited from WeakDelegate.) |