Language

DkmClrRuntimeInstance.ReenableFuncEval(String) Method

Definition

Attempts to re-enable func-eval.

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

public void ReenableFuncEval(string Reason);
member this.ReenableFuncEval : string -> unit
Public Sub ReenableFuncEval (Reason As String)

Parameters

Reason
String

[In] The reason for re-enabling func-eval. Must match a reason that disabled it.

Exceptions

COR_E_INVALIDOPERATION indicates that func-eval is not currently disabled by the specified component.

Applies to