EvaluationLocation Struct

Summary

Represents a location for different evaluation elements tracked by the EvaluationProfiler.
Namespace
Microsoft.Build.Framework.Profiler
Base Types
  • object
  • ValueType
graph TD Base0["ValueType"]-->Type Base1["object"]-->Base0 Type["EvaluationLocation"] class Type type-node

Syntax

public struct EvaluationLocation : ValueType

Constructors

Properties

Name Value Summary
ElementDescription string
ElementName string
EmptyLocation EvaluationLocation
An empty location, used as the starting instance.
static
EvaluationPass EvaluationPass
EvaluationPassDescription string
File string
Id long
IsEvaluationPass bool
Kind EvaluationLocationKind
Line int?
ParentId long?

Methods