EvaluationLocation Struct
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.
Represents a location for different evaluation elements tracked by the EvaluationProfiler.
public value class EvaluationLocation
[System.Serializable]
public struct EvaluationLocation
[<System.Serializable>]
type EvaluationLocation = struct
Public Structure EvaluationLocation
- Inheritance
-
EvaluationLocation
- Attributes
Constructors
| EvaluationLocation(EvaluationPass, String, String, Nullable<Int32>, String, String, EvaluationLocationKind) |
Constructs a generic evaluation location with no parent. |
| EvaluationLocation(Int64, Nullable<Int64>, EvaluationPass, String, String, Nullable<Int32>, String, String, EvaluationLocationKind) |
Constructs a generic evaluation location |
| EvaluationLocation(Nullable<Int64>, EvaluationPass, String, String, Nullable<Int32>, String, String, EvaluationLocationKind) |
Constructs a generic evaluation location based on a (possibly null) parent Id. |
Properties
| ElementDescription | |
| ElementName | |
| EmptyLocation |
An empty location, used as the starting instance. |
| EvaluationPass | |
| EvaluationPassDescription | |
| File | |
| Id | |
| IsEvaluationPass | |
| Kind | |
| Line | |
| ParentId | |