C# Class Castle.Windsor.Tests.Interceptors.ResultModifierInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void
ResultModifierInterceptor ( ) : Castle.DynamicProxy
ResultModifierInterceptor ( int returnValue ) : Castle.DynamicProxy

Method Details

Intercept() public méthode

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
Résultat void

ResultModifierInterceptor() public méthode

public ResultModifierInterceptor ( ) : Castle.DynamicProxy
Résultat Castle.DynamicProxy

ResultModifierInterceptor() public méthode

public ResultModifierInterceptor ( int returnValue ) : Castle.DynamicProxy
returnValue int
Résultat Castle.DynamicProxy