C# Class AspectSharp.Example.Aop.Interceptors.LoggerInterceptor

Summary description for LoggerInterceptor.
Inheritance: IMethodInterceptor
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Invoke ( IMethodInvocation invocation ) : object

Method Details

Invoke() public method

public Invoke ( IMethodInvocation invocation ) : object
invocation IMethodInvocation
return object