C# Class Taro.Transports.InProcess.HandlerMethod

Afficher le fichier Open project: mouhong/Taro Class Usage Examples

Méthodes publiques

Méthode Description
HandlerMethod ( MethodInfo methodInfo ) : System
Invoke ( object handlerInstance, IEvent theEvent ) : void

Private Methods

Méthode Description
CompileInvoker ( ) : void

Method Details

HandlerMethod() public méthode

public HandlerMethod ( MethodInfo methodInfo ) : System
methodInfo System.Reflection.MethodInfo
Résultat System

Invoke() public méthode

public Invoke ( object handlerInstance, IEvent theEvent ) : void
handlerInstance object
theEvent IEvent
Résultat void