C# Class NCop.Weaving.MethodScopeWeaversQueue

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

Méthodes publiques

Méthode Description
MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
Weave ( ILGenerator ilGenerator ) : void

Method Details

MethodScopeWeaversQueue() public méthode

public MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
methodScopeWeavers IEnumerable
Résultat System.Collections.Generic

Weave() public méthode

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