C# Класс Castle.Facilities.Synchronize.ControlComponentHook

Proxy generation hook to filter all System methods when proxying a Windows Forms Control.
Наследование: IProxyHook
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MethodsInspected ( ) : void

Not used.

NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void

Not used.

ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

Filters System methods.

Описание методов

MethodsInspected() публичный Метод

Not used.
public MethodsInspected ( ) : void
Результат void

NonVirtualMemberNotification() публичный Метод

Not used.
public NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
Результат void

ShouldInterceptMethod() публичный Метод

Filters System methods.
public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type The type.
methodInfo System.Reflection.MethodInfo The method info.
Результат bool