C# Class NCop.Aspects.Weaving.TryCatchFinallyAspectWeaver

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

Protected Properties

Свойство Type Description
catchWeavers IEnumerable

Méthodes publiques

Méthode Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

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

Method Details

Weave() public méthode

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

Property Details

catchWeavers protected_oe property

protected IEnumerable catchWeavers
Résultat IEnumerable