C# Class NCop.Aspects.Weaving.FinallyMethodScopeWeaver

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

Méthodes publiques

Méthode Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Méthode Description
FinallyMethodScopeWeaver ( IEnumerable finallyWeavers ) : System.Collections.Generic

Method Details

Weave() public méthode

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