C# 클래스 Castle.Facilities.TypedFactory.FactoryInterceptor

상속: IInterceptor, IOnBehalfAware
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
FactoryInterceptor ( IKernel kernel ) : System
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void

메소드 상세

FactoryInterceptor() 공개 메소드

public FactoryInterceptor ( IKernel kernel ) : System
kernel IKernel
리턴 System

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

SetInterceptedComponentModel() 공개 메소드

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
리턴 void