IDkmNativeEditAndContinueUpdate140A.CancelApplyCodeChange Method

Definition

Cancels any Edit and Continue operation in flight.

public:
 void CancelApplyCodeChange(Microsoft::VisualStudio::Debugger::Native::DkmNativeRuntimeInstance ^ nativeRuntimeInstance);
public void CancelApplyCodeChange (Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance nativeRuntimeInstance);
abstract member CancelApplyCodeChange : Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance -> unit
Public Sub CancelApplyCodeChange (nativeRuntimeInstance As DkmNativeRuntimeInstance)

Parameters

nativeRuntimeInstance
DkmNativeRuntimeInstance

[In] Represents the native code executing in a target process.

Applies to