C# Class Microsoft.Web.Mvc.MethodDispatcher

Afficher le fichier Open project: CraigCav/Suteki.AsyncMvcTpl Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( object target, object parameters ) : object
MethodDispatcher ( MethodInfo methodInfo ) : System

Private Methods

Méthode Description
GetExecutor ( MethodInfo methodInfo ) : MethodExecutor
WrapVoidAction ( VoidMethodExecutor executor ) : MethodExecutor

Method Details

Execute() public méthode

public Execute ( object target, object parameters ) : object
target object
parameters object
Résultat object

MethodDispatcher() public méthode

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