C# 클래스 Castle.Facilities.EventWiring.NaiveMethodNameExtractor

Extracts MethodInfo of metho invoked in delegate. Based on ILReader class from http://www.gocosmos.org project
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
NaiveMethodNameExtractor ( Delegate @delegate ) : System

비공개 메소드들

메소드 설명
GetCalledMethod ( byte rawOperand ) : MethodBase
IsSupportedOpCode ( OpCodeValues currentOpCode ) : bool
OperandValueAsInt32 ( byte rawOperand ) : int
Read ( ) : void
ReadOpCode ( OpCodeValues &opCodeValue ) : bool
ReadOperand ( byte operandSize ) : byte[]

메소드 상세

NaiveMethodNameExtractor() 공개 메소드

public NaiveMethodNameExtractor ( Delegate @delegate ) : System
@delegate System.Delegate
리턴 System