C# Class Open.Core.Common.WeakDelegateReference

Provides a way of holding onto a delegate in a weak manner.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
IsMatch ( Delegate action ) : bool
TryGetDelegate ( ) : Delegate

Méthodes protégées

Méthode Description
WeakDelegateReference ( object actionTarget, MethodInfo actionMethod, Type actionType ) : System

Method Details

IsMatch() public méthode

public IsMatch ( Delegate action ) : bool
action System.Delegate
Résultat bool

TryGetDelegate() public méthode

public TryGetDelegate ( ) : Delegate
Résultat System.Delegate

WeakDelegateReference() protected méthode

protected WeakDelegateReference ( object actionTarget, MethodInfo actionMethod, Type actionType ) : System
actionTarget object
actionMethod System.Reflection.MethodInfo
actionType System.Type
Résultat System