AdviceAnalyzerFlags Properties |
The AdviceAnalyzerFlags type exposes the following members.
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.
|