NDepend.API Documentation
TryGetAnalysisResultRefToCompareWithResult Enumeration
NDepend.Analysis Namespace : TryGetAnalysisResultRefToCompareWithResult Enumeration
Defines the result of calling one of the overload of the method ExtensionMethodsProjectAnalysis.ExtensionMethodsProjectAnalysis.TryGetAnalysisResultRefToCompareWith.
Syntax
public enum TryGetAnalysisResultRefToCompareWithResult : System.Enum 
Members
MemberDescription
DoCompareWith An analysis result reference to compare with is defined and has been obtained.
DontCompare No analysis result reference to compare with is defined.
ErrorGettingTheAnalysisResultRef Error when trying to obtain the analysis result reference to compare with.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Analysis.TryGetAnalysisResultRefToCompareWithResult

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NDepend.Analysis Namespace