C# Class NCop.Samples.FirstAspect.StopwatchInterceptionAspect

Inheritance: NCop.Aspects.Framework.ActionInterceptionAspect
显示文件 Open project: sagifogel/NCop

Public Methods

Method Description
OnInvoke ( ActionInterceptionArgs args ) : void
StopwatchInterceptionAspect ( ) : System

Method Details

OnInvoke() public method

public OnInvoke ( ActionInterceptionArgs args ) : void
args NCop.Aspects.Framework.ActionInterceptionArgs
return void

StopwatchInterceptionAspect() public method

public StopwatchInterceptionAspect ( ) : System
return System