C# 클래스 NCop.Weaving.AbstractMethodScopeWeaver

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

보호된 프로퍼티들

프로퍼티 타입 설명
weavingSettings IWeavingSettings

공개 메소드들

메소드 설명
Weave ( ILGenerator ilGenerator ) : void

보호된 메소드들

메소드 설명
AbstractMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System

메소드 상세

AbstractMethodScopeWeaver() 보호된 메소드

protected AbstractMethodScopeWeaver ( MethodInfo method, IWeavingSettings weavingSettings ) : System
method System.Reflection.MethodInfo
weavingSettings IWeavingSettings
리턴 System

Weave() 공개 추상적인 메소드

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

프로퍼티 상세

weavingSettings 보호되어 있는 프로퍼티

protected IWeavingSettings weavingSettings
리턴 IWeavingSettings