DkmClrRuntimeInstance.ReenableFuncEval(String) Method
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.
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.