C# Class org.phprpc.PHPRPC_Server.RemoteFunction

Exibir arquivo Open project: bluelovers/phprpc

Public Properties

Property Type Description
functions System.Reflection.MethodInfo[]
obj Object

Public Methods

Method Description
RemoteFunction ( Object obj, MethodInfo functions ) : System

Method Details

RemoteFunction() public method

public RemoteFunction ( Object obj, MethodInfo functions ) : System
obj Object
functions System.Reflection.MethodInfo
return System

Property Details

functions public_oe property

public MethodInfo[],System.Reflection functions
return System.Reflection.MethodInfo[]

obj public_oe property

public Object obj
return Object