C# Class Castle.Core.InterceptorAttribute

Inheritance: System.Attribute
显示文件 Open project: castleproject/Windsor

Public Methods

Method Description
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

Method Details

InterceptorAttribute() public method

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

InterceptorAttribute() public method

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