Click or drag to resize
IInvocation Interface
Proceed with, manipulate or find more information about the call that is being intercepted

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IInvocation

The IInvocation type exposes the following members.

Methods
  NameDescription
Public methodProceed
Proceed with the call that was intercepted.
Top
Properties
  NameDescription
Public propertyInvocationTarget
Get or set target that will be invoked when Process() is called.
Public propertyMethod
Get the method that is being invoked.
Public propertyMethodInvocationTarget
Get the method on the target object that is being invoked.
Public propertyProxy
Get the dynamic proxy that intercepted this call.
Top
See Also