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
| Name | Summary |
|---|---|
| EvaluationLocation |
Constructs a generic evaluation location with no parent. |
| EvaluationLocation |
Constructs a generic evaluation location |
| EvaluationLocation |
Constructs a generic evaluation location based on a (possibly null) parent Id. |
Properties
| Name | Value | Summary |
|---|---|---|
| ElementDescription | string | |
| ElementName | string | |
| EmptyLocation | EvaluationLocation |
An empty location, used as the starting instance.
static
|
| EvaluationPass | EvaluationPass | |
| Evaluation |
string | |
| File | string | |
| Id | long | |
| IsEvaluationPass | bool | |
| Kind | Evaluation |
|
| Line | int? | |
| ParentId | long? |