C# Class CommonEventHandler.EventHandlerFactory.EventHandlerTypeEmitter

Afficher le fichier Open project: royosherove/aout1

Méthodes publiques

Méthode Description
EventHandlerTypeEmitter ( string Name ) : System

Constructor

GetEventHandlerType ( EventInfo Info ) : Type

Emits dynamically a event handler with a given signature, which fills all arguments of the event in an object array and calls a common event.

Private Methods

Méthode Description
EmitHelperClass ( string HandlerName, EventInfo Info ) : Type

Method Details

EventHandlerTypeEmitter() public méthode

Constructor
public EventHandlerTypeEmitter ( string Name ) : System
Name string
Résultat System

GetEventHandlerType() public méthode

Emits dynamically a event handler with a given signature, which fills all arguments of the event in an object array and calls a common event.
public GetEventHandlerType ( EventInfo Info ) : Type
Info System.Reflection.EventInfo
Résultat System.Type