Click or drag to resize

JsonRpcProxyBuilderImplementProxyMethod Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

Namespace:  JsonRpc.DynamicProxy.Client
Assembly:  JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
protected virtual void ImplementProxyMethod(
	MethodInfo baseMethod,
	JsonRpcMethod rpcMethod,
	int methodIndex,
	MethodBuilder implBuilder,
	FieldInfo realProxyField
)

Parameters

baseMethod
Type: System.ReflectionMethodInfo

[Missing <param name="baseMethod"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

rpcMethod
Type: JsonRpc.ContractsJsonRpcMethod

[Missing <param name="rpcMethod"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

methodIndex
Type: SystemInt32

[Missing <param name="methodIndex"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

implBuilder
Type: System.Reflection.EmitMethodBuilder

[Missing <param name="implBuilder"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

realProxyField
Type: System.ReflectionFieldInfo

[Missing <param name="realProxyField"/> documentation for "M:JsonRpc.DynamicProxy.Client.JsonRpcProxyBuilder.ImplementProxyMethod(System.Reflection.MethodInfo,JsonRpc.Contracts.JsonRpcMethod,System.Int32,System.Reflection.Emit.MethodBuilder,System.Reflection.FieldInfo)"]

See Also