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 |