C# Class NCop.Aspects.Weaving.BindingMethodInterceptionArgumentsWeaver

Inheritance: AbstractBindingMethodInterceptionArgumentsWeaver
Show file Open project: sagifogel/NCop

Protected Methods

Method Description
WeaveAspectArg ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
BindingMethodInterceptionArgumentsWeaver ( MethodInfo method, Type topAspectInScopeArgType, IArgumentsWeavingSettings argumentWeavingSettings, IAspectWeavingSettings aspectWeavingSettings ) : System

Method Details

WeaveAspectArg() protected method

protected WeaveAspectArg ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
return void