C# Class NCop.Aspects.Weaving.NestedMethodInterceptionAspectWeaver

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

Méthodes publiques

Méthode Description
Weave ( ILGenerator ilGenerator ) : void

Private Methods

Méthode Description
NestedMethodInterceptionAspectWeaver ( Type topAspectInScopeArgType, IMethodAspectDefinition aspectDefinition, IAspectWeavingSettings aspectWeavingSettings, FieldInfo weavedType ) : System

Method Details

Weave() public méthode

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