Share via


DkmEngineSettings.IsFastEvaluateAllowed Property

Definition

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

Property Value

Applies to