C# Class Castle.DynamicProxy.Contributors.InterfaceProxyWithoutTargetContributor

Inheritance: CompositeTypeContributor
ファイルを表示 Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Public Methods

Method Description
InterfaceProxyWithoutTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget ) : System

Protected Methods

Method Description
CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator

Private Methods

Method Description
GetInvocationType ( MetaMethod method, ClassEmitter emitter, ProxyGenerationOptions options ) : Type

Method Details

CollectElementsToProxyInternal() protected method

protected CollectElementsToProxyInternal ( IProxyGenerationHook hook ) : IEnumerable
hook IProxyGenerationHook
return IEnumerable

GetMethodGenerator() protected method

protected GetMethodGenerator ( MetaMethod method, ClassEmitter @class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod ) : MethodGenerator
method MetaMethod
@class Castle.DynamicProxy.Generators.Emitters.ClassEmitter
options ProxyGenerationOptions
overrideMethod OverrideMethodDelegate
return MethodGenerator

InterfaceProxyWithoutTargetContributor() public method

public InterfaceProxyWithoutTargetContributor ( INamingScope namingScope, GetTargetExpressionDelegate getTarget ) : System
namingScope INamingScope
getTarget GetTargetExpressionDelegate
return System