IAdviceAnalyzer Interface |
Defines the semantics of an advice analyzer, which should analyze the implementation of advices
and figure out which optimizations can be applied.
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 IAdviceAnalyzer
The IAdviceAnalyzer type exposes the following members.
Name | Description | |
---|---|---|
Analyze |
Analyzes an advice.
| |
Initialize |
Initializes the current advice analyzer.
|