C# 클래스 CommonEventHandler.EventHandlerFactory.EventHandlerTypeEmitter

파일 보기 프로젝트 열기: royosherove/aout1

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EmitHelperClass ( string HandlerName, EventInfo Info ) : Type

메소드 상세

EventHandlerTypeEmitter() 공개 메소드

Constructor
public EventHandlerTypeEmitter ( string Name ) : System
Name string
리턴 System

GetEventHandlerType() 공개 메소드

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
리턴 System.Type