IInvocationInvocationTarget Property |
Get or set target that will be invoked when Process() is called.
Namespace: X3Platform.DynamicProxyAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxObject InvocationTarget { get; set; }
property Object^ InvocationTarget {
Object^ get ();
void set (Object^ value);
}
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