EventInterceptionArgs.InvokeHandler Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
public abstract Object InvokeHandler( Delegate handler, Arguments arguments )
Parameters
- handler
- Type: System.Delegate
Handler to be invoked. - arguments
- Type: PostSharp.Aspects.Arguments
Arguments passed to the handler.
Return Value
Type: ObjectReturn value of the handler.