C# 클래스 Subdomain.Routing.AsyncCtp.AsyncTaskActionDescriptor.MethodDispatcher

파일 보기 프로젝트 열기: JSkimming/Subdomain-Routing

공개 메소드들

메소드 설명
Execute ( object target, object parameters ) : object
MethodDispatcher ( MethodInfo methodInfo ) : System

비공개 메소드들

메소드 설명
GetExecutor ( MethodInfo methodInfo ) : MethodExecutor
WrapVoidAction ( VoidMethodExecutor executor ) : MethodExecutor

메소드 상세

Execute() 공개 메소드

public Execute ( object target, object parameters ) : object
target object
parameters object
리턴 object

MethodDispatcher() 공개 메소드

public MethodDispatcher ( MethodInfo methodInfo ) : System
methodInfo System.Reflection.MethodInfo
리턴 System