C# Class NCop.Weaving.MethodScopeWeaversQueue

Inheritance: IMethodScopeWeaver
ファイルを表示 Open project: sagifogel/NCop Class Usage Examples

Public Methods

Method Description
MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
Weave ( ILGenerator ilGenerator ) : void

Method Details

MethodScopeWeaversQueue() public method

public MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
methodScopeWeavers IEnumerable
return System.Collections.Generic

Weave() public method

public Weave ( ILGenerator ilGenerator ) : void
ilGenerator System.Reflection.Emit.ILGenerator
return void