Click or drag to resize
SameClassInvocation Constructor
Initializes a new instance of the SameClassInvocation class

Namespace: X3Platform.DynamicProxy.Invocation
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public SameClassInvocation(
	ICallable callable,
	Object proxy,
	MethodInfo method,
	Object newtarget
)

Parameters

callable
Type: X3Platform.DynamicProxyICallable

[Missing <param name="callable"/> documentation for "M:X3Platform.DynamicProxy.Invocation.SameClassInvocation.#ctor(X3Platform.DynamicProxy.ICallable,System.Object,System.Reflection.MethodInfo,System.Object)"]

proxy
Type: SystemObject

[Missing <param name="proxy"/> documentation for "M:X3Platform.DynamicProxy.Invocation.SameClassInvocation.#ctor(X3Platform.DynamicProxy.ICallable,System.Object,System.Reflection.MethodInfo,System.Object)"]

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:X3Platform.DynamicProxy.Invocation.SameClassInvocation.#ctor(X3Platform.DynamicProxy.ICallable,System.Object,System.Reflection.MethodInfo,System.Object)"]

newtarget
Type: SystemObject

[Missing <param name="newtarget"/> documentation for "M:X3Platform.DynamicProxy.Invocation.SameClassInvocation.#ctor(X3Platform.DynamicProxy.ICallable,System.Object,System.Reflection.MethodInfo,System.Object)"]

See Also