C# 클래스 NCop.Weaving.MethodScopeWeaversQueue

상속: IMethodScopeWeaver
파일 보기 프로젝트 열기: sagifogel/NCop 1 사용 예제들

공개 메소드들

메소드 설명
MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
Weave ( ILGenerator ilGenerator ) : void

메소드 상세

MethodScopeWeaversQueue() 공개 메소드

public MethodScopeWeaversQueue ( IEnumerable methodScopeWeavers ) : System.Collections.Generic
methodScopeWeavers IEnumerable
리턴 System.Collections.Generic

Weave() 공개 메소드

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