IDkmNativeEditAndContinueUpdate140A.CancelApplyCodeChange 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.
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.