IDkmNativeEditAndContinueUpdate.CommitCodeChange Method

Definition

Commit all the pending in-memory edit to debuggee.

public:
 void CommitCodeChange(Microsoft::VisualStudio::Debugger::Native::DkmNativeRuntimeInstance ^ nativeRuntimeInstance, [Runtime::InteropServices::Out] System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ % warnings, [Runtime::InteropServices::Out] System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ % errors);
public void CommitCodeChange (Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance nativeRuntimeInstance, out System.Collections.ObjectModel.ReadOnlyCollection<string> warnings, out System.Collections.ObjectModel.ReadOnlyCollection<string> errors);
abstract member CommitCodeChange : Microsoft.VisualStudio.Debugger.Native.DkmNativeRuntimeInstance * ReadOnlyCollection * ReadOnlyCollection -> unit
Public Sub CommitCodeChange (nativeRuntimeInstance As DkmNativeRuntimeInstance, ByRef warnings As ReadOnlyCollection(Of String), ByRef errors As ReadOnlyCollection(Of String))

Parameters

nativeRuntimeInstance
DkmNativeRuntimeInstance

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

warnings
ReadOnlyCollection<String>

[Out,Optional] Warning messages, if any.

errors
ReadOnlyCollection<String>

[Out,Optional] Error messages, if any.

Applies to