C# Класс Castle.DynamicProxy.Internal.InheritanceInvocation

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

Защищенные методы

Метод Описание
InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
InvokeMethodOnTarget ( ) : void

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

InheritanceInvocation() защищенный Метод

protected InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments ) : System
targetType System.Type
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
Результат System

InheritanceInvocation() защищенный Метод

protected InheritanceInvocation ( Type targetType, object proxy, IInterceptor interceptors, MethodInfo proxiedMethod, object arguments, IInterceptorSelector selector, IInterceptor &methodInterceptors ) : System
targetType System.Type
proxy object
interceptors IInterceptor
proxiedMethod System.Reflection.MethodInfo
arguments object
selector IInterceptorSelector
methodInterceptors IInterceptor
Результат System

InvokeMethodOnTarget() защищенный абстрактный Метод

protected abstract InvokeMethodOnTarget ( ) : void
Результат void