C# 클래스 Castle.Core.InterceptorAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
InterceptorAttribute ( Type interceptorType ) : System

Constructs the InterceptorAttribute pointing to a service

InterceptorAttribute ( string componentKey ) : System

Constructs the InterceptorAttribute pointing to a key to a interceptor

메소드 상세

InterceptorAttribute() 공개 메소드

Constructs the InterceptorAttribute pointing to a service
public InterceptorAttribute ( Type interceptorType ) : System
interceptorType System.Type
리턴 System

InterceptorAttribute() 공개 메소드

Constructs the InterceptorAttribute pointing to a key to a interceptor
public InterceptorAttribute ( string componentKey ) : System
componentKey string
리턴 System