C# Class NCop.Aspects.Weaving.TryFinallyAspectWeaver

Inheritance: IMethodScopeWeaver
Datei anzeigen Open project: sagifogel/NCop Class Usage Examples

Protected Properties

Property Type Description
finallyWeavers IEnumerable
returnValueWeaver IMethodScopeWeaver
tryWeavers IEnumerable
weavers List

Public Methods

Method Description
TryFinallyAspectWeaver ( IEnumerable tryWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic
Weave ( ILGenerator ilGenerator ) : void

Method Details

TryFinallyAspectWeaver() public method

public TryFinallyAspectWeaver ( IEnumerable tryWeavers, IEnumerable finallyWeavers, IMethodScopeWeaver returnValueWeaver = null ) : System.Collections.Generic
tryWeavers IEnumerable
finallyWeavers IEnumerable
returnValueWeaver IMethodScopeWeaver
return System.Collections.Generic

Weave() public method

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

Property Details

finallyWeavers protected_oe property

protected IEnumerable finallyWeavers
return IEnumerable

returnValueWeaver protected_oe property

protected IMethodScopeWeaver returnValueWeaver
return IMethodScopeWeaver

tryWeavers protected_oe property

protected IEnumerable tryWeavers
return IEnumerable

weavers protected_oe property

protected List weavers
return List