C# Class NCop.Weaving.DelegateMethodScopeWeaver

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

Méthodes publiques

Méthode Description
DelegateMethodScopeWeaver ( Action weaveAction ) : System
Weave ( ILGenerator ilGenerator ) : void

Method Details

DelegateMethodScopeWeaver() public méthode

public DelegateMethodScopeWeaver ( Action weaveAction ) : System
weaveAction Action
Résultat System

Weave() public méthode

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