C# Class LinqTwit.Utilities.DebugUtils.EventReceiver

Afficher le fichier Open project: ArildF/linqtwit

Méthodes publiques

Méthode Description
EventReceiver ( object obj, EventInfo eventInfo, string formatString ) : System

Private Methods

Méthode 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 méthode

public EventReceiver ( object obj, EventInfo eventInfo, string formatString ) : System
obj object
eventInfo System.Reflection.EventInfo
formatString string
Résultat System