MethodInterceptionArgs.Invoke Method |
Invokes the method that has been intercepted by calling the next node in the chain of invocation with given arguments,
without affecting the property ReturnValue.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract Object Invoke( Arguments arguments )
Parameters
- arguments
- Type: PostSharp.Aspects.Arguments
Arguments passed to the intercepted method.
Return Value
Type: ObjectValue returned by the intercepted method.