C# Class NCop.Weaving.MethodDecoratorScopeWeaver

Inheritance: AbstractMethodScopeWeaver
Mostrar archivo Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
MethodDecoratorScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Linq
Weave ( ILGenerator ilGenerator ) : void

Method Details

MethodDecoratorScopeWeaver() public method

public MethodDecoratorScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System.Linq
method System.Reflection.MethodInfo
weavingSettings IWeavingSettings
return System.Linq

Weave() public method

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