NetworkConnection.ControllerProxy
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
public class NetworkConnection.ControllerProxy : System.Reflection.DispatchProxy
Constructors
ControllerProxy()
public void ControllerProxy()
Result Type: void
Methods
Create<T>(NetworkConnection)
public T Create(NetworkConnection connection)
Result Type: T
Parameters
Type | Name | |
---|---|---|
NetworkConnection | connection |
Invoke(MethodInfo, object[])
protected object Invoke(MethodInfo targetMethod, object[] args)
Result Type: object
Parameters
Type | Name | |
---|---|---|
MethodInfo | targetMethod | |
object[] | args |