C# Class NCop.Aspects.Weaving.FinallyBindingPropertyAspectWeaver

Inheritance: IMethodScopeWeaver
Show file Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
FinallyBindingPropertyAspectWeaver ( PropertyInfo property, IArgumentsWeavingSettings argumentsWeavingSettings, IAspectWeavingSettings aspectWeavingSettings ) : System.Reflection

Method Details

Weave() public method

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