C# Class Spring.Aop.Framework.CountingBeforeAdvice

Inheritance: Spring.Aop.Framework.MethodCounter, IMethodBeforeAdvice
显示文件 Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
Before ( MethodInfo method, object args, object target ) : void

Method Details

Before() public method

public Before ( MethodInfo method, object args, object target ) : void
method System.Reflection.MethodInfo
args object
target object
return void