Home

Castle Stronghold

IMethodInvocation API Document

Supply information about the current method invocation.

Quick Note

This interface will be replaced by IInvocation

Properties

NameTypeDescription
ProxyObject The proxy instance.
InvocationTargetObject The target of this invocation, which usually is the instance of the class being proxy. You might change the target, but be aware of the implications.
MethodMethodInfo The Method being invoked.
MethodInvocationTargetMethodInfo The Method being invoked on the target.

Methods

Proceed(Object[] args) : Object

The Proceed go on with the actual invocation.

ParameterDescription
args The arguments of the method

Google
Search WWW Search castleproject.org