Click or drag to resize
IInvocation Properties

The IInvocation type exposes the following members.

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