C# Class NCop.Aspects.Weaving.TopBindingMethodInterceptionArgumentsWeaver

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

Méthodes protégées

Méthode Description
WeaveAspectArg ( ILGenerator ilGenerator ) : void

Private Methods

Méthode Description
TopBindingMethodInterceptionArgumentsWeaver ( MethodInfo method, IArgumentsWeavingSettings argumentWeavingSettings, IAspectWeavingSettings aspectWeavingSettings ) : System.Reflection

Method Details

WeaveAspectArg() protected méthode

protected WeaveAspectArg ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
Résultat void