AdviceAnalyzerFlags Class |
Encapsulates static information about a specific type of AdviceAnalyzer, such as the value of flags.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class AdviceAnalyzerFlags
The AdviceAnalyzerFlags type exposes the following members.
Name | Description | |
---|---|---|
AdviceAnalyzerFlags |
Initializes a new AdviceAnalyzerFlags.
|
Name | Description | |
---|---|---|
CustomAttributeType |
Type of custom attribute (derived from AdviceOptimizationAttribute) storing
optimization flags.
| |
IgnoreAdviceArgsFlag |
A value where a single bit is set, representing the fact that the AdviceArgs argument is used.
| |
IgnoreAdviceFlag |
A value where a single bit is set, representing the fact that the advice is empty and can safely be ignored.
| |
IgnoreAllAdviceArgsMembersFlags |
A bit mask where all bits representing access to members of AdviceArgs
(or derived classes) are set.
| |
IgnoreAllFlags |
A bit mask where all meaningful bits are set.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOptimizations | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |