CastleInvocationToAlternateMethodContextAdapter Properties
From Glimpse API
| CastleInvocationToAlternateMethodContextAdapter Properties | Glimpse API Documentation |
The CastleInvocationToAlternateMethodContextAdapter type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Arguments |
Gets the arguments that IAlternateMethod has been invoked with.
| |
| GenericArguments |
Gets the generic arguments.
| |
| Invocation |
Gets or sets the invocation.
| |
| InvocationTarget |
Gets the object on which the invocation is performed. This is different from proxy object
because most of the time this will be the proxy target object.
| |
| Logger |
Gets or sets the logger.
| |
| MessageBroker |
Gets the message broker.
| |
| Method |
Gets the method representing the method being invoked on the proxy.
| |
| MethodInvocationTarget |
Gets the method info on the target class.
| |
| Proxy |
Gets the proxy object on which the alternate implementation is invoked.
| |
| ProxyFactory |
Gets the proxy factory.
| |
| ReturnValue |
Gets or sets the return value of the method.
| |
| RuntimePolicyStrategy |
Gets the runtime policy strategy.
| |
| TargetType |
Gets the type of the target object for the intercepted method.
| |
| TimerStrategy |
Gets the timer strategy.
|
See Also