C# Class Spring.Aop.Framework.CountingBeforeAdvice

Inheritance: Spring.Aop.Framework.MethodCounter, IMethodBeforeAdvice
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Méthode Description
Before ( MethodInfo method, object args, object target ) : void

Method Details

Before() public méthode

public Before ( MethodInfo method, object args, object target ) : void
method System.Reflection.MethodInfo
args object
target object
Résultat void