A join point is a location in the code tree.

Namespace:  PostSharp.CodeWeaver
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class JoinPoint
C#
public sealed class JoinPoint
Visual C++
public ref class JoinPoint sealed

Inheritance Hierarchy

System..::.Object
  PostSharp.CodeWeaver..::.JoinPoint

See Also