Click or drag to resize
IInvocationInvocationTarget Property
Get or set target that will be invoked when Process() is called.

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Object InvocationTarget { get; set; }

Property Value

Type: Object
Remarks
Changing InvocationTarget only effects this call. Any call made after this will invoke the original target of the proxy.
See Also