C# Class NCop.Weaving.AbstractAddRemoveEventMethodScopeWeaver

Inheritance: AbstractMethodScopeWeaver
Exibir arquivo Open project: sagifogel/NCop

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Protected Methods

Method Description
AbstractAddRemoveEventMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Reflection

Method Details

AbstractAddRemoveEventMethodScopeWeaver() protected method

protected AbstractAddRemoveEventMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Reflection
method System.Reflection.MethodInfo
weavingSettings IWeavingSettings
return System.Reflection

Weave() public method

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