DkmEngineSettings.IsFastEvaluateAllowed Property
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.
When true (the default state), the CLR inspector will attempt to interpret simple properties/methods in some cases rather than using func-eval. More complicated methods will still be evaluated using func-eval.
This API was introduced in Visual Studio 16 Update 2 (DkmApiVersion.VS16Update2).
public:
property bool IsFastEvaluateAllowed { bool get(); };
public bool IsFastEvaluateAllowed { get; }
member this.IsFastEvaluateAllowed : bool
Public ReadOnly Property IsFastEvaluateAllowed As Boolean