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