C# 클래스 NCop.Weaving.AbstractMethodWeaver

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

보호된 프로퍼티들

프로퍼티 타입 설명
method System.Reflection.MethodInfo

공개 메소드들

메소드 설명
DefineMethod ( ) : MethodBuilder
WeaveEndMethod ( ILGenerator ilGenerator ) : void
WeaveMethodScope ( ILGenerator ilGenerator ) : void

보호된 메소드들

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

메소드 상세

AbstractMethodWeaver() 보호된 메소드

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

DefineMethod() 공개 메소드

public DefineMethod ( ) : MethodBuilder
리턴 System.Reflection.Emit.MethodBuilder

WeaveEndMethod() 공개 메소드

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

WeaveMethodScope() 공개 메소드

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

프로퍼티 상세

method 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection method
리턴 System.Reflection.MethodInfo