C# Class NCop.Weaving.DelegateMethodScopeWeaver

Inheritance: IMethodScopeWeaver
Exibir arquivo Open project: sagifogel/NCop

Public Methods

Method Description
DelegateMethodScopeWeaver ( Action weaveAction ) : System
Weave ( ILGenerator ilGenerator ) : void

Method Details

DelegateMethodScopeWeaver() public method

public DelegateMethodScopeWeaver ( Action weaveAction ) : System
weaveAction Action
return System

Weave() public method

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