C# 클래스 Open.Core.Common.WeakDelegateReference

Provides a way of holding onto a delegate in a weak manner.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
IsMatch ( Delegate action ) : bool
TryGetDelegate ( ) : Delegate

보호된 메소드들

메소드 설명
WeakDelegateReference ( object actionTarget, MethodInfo actionMethod, Type actionType ) : System

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( Delegate action ) : bool
action System.Delegate
리턴 bool

TryGetDelegate() 공개 메소드

public TryGetDelegate ( ) : Delegate
리턴 System.Delegate

WeakDelegateReference() 보호된 메소드

protected WeakDelegateReference ( object actionTarget, MethodInfo actionMethod, Type actionType ) : System
actionTarget object
actionMethod System.Reflection.MethodInfo
actionType System.Type
리턴 System