DkmLanguageExpression.CompilationFlags Property

Definition

Flags which effect how the condition text should be compiled by the expression evaluator. During evaluation, the caller must ensure that the DkmEvaluationFlags set on the InspectionContext agree with this value -- that is that they may only differ by the last set of flags which are only relevant to the display of values.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationFlags CompilationFlags { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationFlags get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationFlags CompilationFlags { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationFlags get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationFlags CompilationFlags { get; }
member this.CompilationFlags : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationFlags
Public ReadOnly Property CompilationFlags As DkmEvaluationFlags

Property Value

Returns DkmEvaluationFlags.

Applies to