C# 클래스 LinqTwit.Utilities.DebugUtils.EventReceiver

파일 보기 프로젝트 열기: ArildF/linqtwit

공개 메소드들

메소드 설명
EventReceiver ( object obj, EventInfo eventInfo, string formatString ) : System

비공개 메소드들

메소드 설명
EmitAndHookUpEventHandler ( ) : void
FindCallerFrameIndex ( StackTrace stackTrace ) : int

Find the first frame on the stack belonging to the object we're getting the events from.

FormatEventInfoString ( object sender, object e ) : string
ParseExpression ( Match match, object sender, object e ) : string

Parses an expression in curlies.

WriteEventInfo ( object sender, object e ) : void

메소드 상세

EventReceiver() 공개 메소드

public EventReceiver ( object obj, EventInfo eventInfo, string formatString ) : System
obj object
eventInfo System.Reflection.EventInfo
formatString string
리턴 System