EvaluationPass Enum

Summary

Evaluation main phases used by the profiler
Namespace
Microsoft.Build.Framework.Profiler
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["EvaluationPass"] class Type type-node

Syntax

public enum EvaluationPass

Remarks

Order matters since the profiler pretty printer orders profiled items from top to bottom using the pass they belong to

Fields

Name Constant Value Summary
InitialProperties 2
static
ItemDefinitionGroups 4
static
Items 5
static
LazyItems 6
static
Properties 3
static
Targets 8
static
TotalEvaluation 0
static
TotalGlobbing 1
static
UsingTasks 7
static