C# 클래스 NCop.Weaving.DelegateMethodScopeWeaver

상속: IMethodScopeWeaver
파일 보기 프로젝트 열기: sagifogel/NCop

공개 메소드들

메소드 설명
DelegateMethodScopeWeaver ( Action weaveAction ) : System
Weave ( ILGenerator ilGenerator ) : void

메소드 상세

DelegateMethodScopeWeaver() 공개 메소드

public DelegateMethodScopeWeaver ( Action weaveAction ) : System
weaveAction Action
리턴 System

Weave() 공개 메소드

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