C# Class NCop.Aspects.Weaving.TryCatchFinallyAspectWeaver

Inheritance: OnMethodBoundaryTryFinallyAspectWeaver
ファイルを表示 Open project: sagifogel/NCop Class Usage Examples

Protected Properties

Property Type Description
catchWeavers IEnumerable

Public Methods

Method Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Method Description
TryCatchFinallyAspectWeaver ( TryCatchFinallySettings tryCatchFinallySettings, IEnumerable entryWeavers, IEnumerable tryWeavers, IEnumerable catchWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic

Method Details

Weave() public method

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

Property Details

catchWeavers protected_oe property

protected IEnumerable catchWeavers
return IEnumerable