Share via


DkmClrRuntimeInstance.TryDisableFuncEval(String) Method

Definition

Attempts to disable func-eval.

This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).

public bool TryDisableFuncEval (string Reason);
member this.TryDisableFuncEval : string -> bool
Public Function TryDisableFuncEval (Reason As String) As Boolean

Parameters

Reason
String

[In] The reason for disabling func-eval. Re-enabling func-eval must also supply a matching reason.

Returns

[Out] True if disabling func-eval was successful. False if a func-eval is already in progress.

Applies to