C# Class NCop.Aspects.Weaving.TryFinallyAspectWeaver

Inheritance: IMethodScopeWeaver
Afficher le fichier Open project: sagifogel/NCop Class Usage Examples

Protected Properties

Свойство Type Description
finallyWeavers IEnumerable
returnValueWeaver IMethodScopeWeaver
tryWeavers IEnumerable
weavers List

Méthodes publiques

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

Method Details

TryFinallyAspectWeaver() public méthode

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

Weave() public méthode

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
Résultat void

Property Details

finallyWeavers protected_oe property

protected IEnumerable finallyWeavers
Résultat IEnumerable

returnValueWeaver protected_oe property

protected IMethodScopeWeaver returnValueWeaver
Résultat IMethodScopeWeaver

tryWeavers protected_oe property

protected IEnumerable tryWeavers
Résultat IEnumerable

weavers protected_oe property

protected List weavers
Résultat List