Summary
Constructs a generic evaluation location based on a (possibly null) parent Id.
- Namespace
- Microsoft
.Build .Framework .Profiler - Containing Type
- EvaluationLocation
Syntax
public EvaluationLocation(long? parentId, EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, EvaluationLocationKind kind)
Remarks
A unique Id gets assigned automatically
Used by serialization/deserialization purposes
Parameters
Name | Type | Description |
---|---|---|
parentId | long? | |
evaluationPass | EvaluationPass | |
evaluationPassDescription | string | |
file | string | |
line | int? | |
elementName | string | |
elementDescription | string | |
kind | Evaluation |
Return Value
Type | Description |
---|---|
void |