C# 클래스 LinFu.Proxy.MethodPicker

상속: IMethodPicker
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
ChooseProxyMethodsFrom ( Type baseType, IEnumerable baseInterfaces ) : IEnumerable

Determines which methods can be proxied from the given baseType and baseInterfaces.

By default, only public virtual methods will be proxied.

메소드 상세

ChooseProxyMethodsFrom() 공개 메소드

Determines which methods can be proxied from the given baseType and baseInterfaces.
By default, only public virtual methods will be proxied.
public ChooseProxyMethodsFrom ( Type baseType, IEnumerable baseInterfaces ) : IEnumerable
baseType System.Type The base class of the proxy type currently being generated.
baseInterfaces IEnumerable The list of interfaces that the proxy must implement.
리턴 IEnumerable