IPointcutEngine Interface |
Defines the semantics of a pointcut engine. Pointcut engines evaluate pointcuts.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IPointcutEngine
The IPointcutEngine type exposes the following members.
Name | Description | |
---|---|---|
EvaluatePointcut |
Evaluates a pointcut, i.e. returns the set of elements of code the pointcut evaluates to.
| |
Initialize |
Initializes the current pointcut engine.
|