EvaluationPass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Evaluation main phases used by the profiler
public enum class EvaluationPass
public enum EvaluationPass
type EvaluationPass =
Public Enum EvaluationPass
- Inheritance
-
EvaluationPass
Fields
Name | Value | Description |
---|---|---|
TotalEvaluation | 0 | |
TotalGlobbing | 1 | |
InitialProperties | 2 | |
Properties | 3 | |
ItemDefinitionGroups | 4 | |
Items | 5 | |
LazyItems | 6 | |
UsingTasks | 7 | |
Targets | 8 |
Remarks
Order matters since the profiler pretty printer orders profiled items from top to bottom using the pass they belong to