C# Class LinqTwit.Utilities.DebugUtils.EventReceiver

Mostrar archivo Open project: ArildF/linqtwit

Public Methods

Method Description
EventReceiver ( object obj, EventInfo eventInfo, string formatString ) : System

Private Methods

Method Description
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

Method Details

EventReceiver() public method

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