C# Класс LinFu.Proxy.MethodPicker

Наследование: IMethodPicker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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