C# Class NCop.Aspects.Weaving.FinallyBindingPropertyAspectWeaver

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

Méthodes publiques

Méthode Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Méthode Description
FinallyBindingPropertyAspectWeaver ( PropertyInfo property, IArgumentsWeavingSettings argumentsWeavingSettings, IAspectWeavingSettings aspectWeavingSettings ) : System.Reflection

Method Details

Weave() public méthode

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