C# Class NCop.Aspects.Weaving.BindingMethodAspectDecoratorWeaver

Inheritance: NCop.Weaving.AbstractMethodScopeWeaver, IAspectWeaver
Show file Open project: sagifogel/NCop

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
BindingMethodAspectDecoratorWeaver ( IMethodAspectDefinition aspectDefinition, IAspectWeavingSettings aspectWeavingSettings, IArgumentsWeavingSettings argumentsWeavingSettings ) : System.Reflection.Emit

Method Details

Weave() public method

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
return void