C# Class NCop.Aspects.Weaving.BeginCatchBlockMethodScopeWeaver

Inheritance: IMethodScopeWeaver
Exibir arquivo Open project: sagifogel/NCop

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
BeginCatchBlockMethodScopeWeaver ( IEnumerable catchWeavers, TryCatchFinallySettings tryCatchFinallySettings ) : System

Method Details

Weave() public method

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator ILGenerator
return void