C# Class org.phprpc.PHPRPC_InvocationHandler

Inheritance: IInvocationHandler
ファイルを表示 Open project: bluelovers/phprpc Class Usage Examples

Public Methods

Method Description
Invoke ( Object proxy, MethodInfo method, Object args ) : Object
PHPRPC_InvocationHandler ( PHPRPC_Client client ) : System

Private Methods

Method Description
ToTypes ( ParameterInfo parameterInfos ) : System.Type[]

Method Details

Invoke() public method

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

PHPRPC_InvocationHandler() public method

public PHPRPC_InvocationHandler ( PHPRPC_Client client ) : System
client PHPRPC_Client
return System