C# Class NCop.Aspects.Weaving.MethodDecoratorScopeWeaver

Inheritance: AbstractBranchedMethodScopeWeaver
ファイルを表示 Open project: sagifogel/NCop Class Usage Examples

Protected Methods

Method Description
WeaveAction ( ILGenerator ilGenerator ) : void
WeaveFunction ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
MethodDecoratorScopeWeaver ( MethodInfo method, IAspectWeavingSettings aspectWeavingSettings ) : System

Method Details

WeaveAction() protected method

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

WeaveFunction() protected method

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