Arguments of join points related to a method body, like those of OnMethodBoundaryAspect, OnExceptionAspect or ImplementMethodAspect.

Namespace:  PostSharp.Laos
Assembly:  PostSharp.Laos (in PostSharp.Laos.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MethodExecutionEventArgs _
	Inherits InstanceBoundLaosEventArgs
C#
public sealed class MethodExecutionEventArgs : InstanceBoundLaosEventArgs
Visual C++
public ref class MethodExecutionEventArgs sealed : public InstanceBoundLaosEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PostSharp.Laos..::.LaosEventArgs
      PostSharp.Laos..::.InstanceBoundLaosEventArgs
        PostSharp.Laos..::.MethodExecutionEventArgs

See Also