C# Class NCop.Aspects.Weaving.BeginCatchBlockMethodScopeWeaver

Inheritance: IMethodScopeWeaver
Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Méthode Description
BeginCatchBlockMethodScopeWeaver ( IEnumerable catchWeavers, TryCatchFinallySettings tryCatchFinallySettings ) : System

Method Details

Weave() public méthode

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator ILGenerator
Résultat void