C# 클래스 org.phprpc.PHPRPC_InvocationHandler

상속: IInvocationHandler
파일 보기 프로젝트 열기: bluelovers/phprpc 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( Object proxy, MethodInfo method, Object args ) : Object
PHPRPC_InvocationHandler ( PHPRPC_Client client ) : System

비공개 메소드들

메소드 설명
ToTypes ( ParameterInfo parameterInfos ) : System.Type[]

메소드 상세

Invoke() 공개 메소드

public Invoke ( Object proxy, MethodInfo method, Object args ) : Object
proxy Object
method System.Reflection.MethodInfo
args Object
리턴 Object

PHPRPC_InvocationHandler() 공개 메소드

public PHPRPC_InvocationHandler ( PHPRPC_Client client ) : System
client PHPRPC_Client
리턴 System