C# Class NCop.Aspects.Weaving.AbstractBranchedMethodScopeWeaver

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

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Protected Methods

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

Private Methods

Method Description
AbstractBranchedMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System

Method Details

Weave() public method

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

WeaveAction() protected abstract method

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

WeaveFunction() protected abstract method

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