Arguments of a join point related to a method invocation (or method call). Used by OnMethodInvocationAspect.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PostSharp.Laos..::.LaosEventArgs
      PostSharp.Laos..::.MethodInvocationEventArgs

See Also