IDkmNativeEditAndContinueUpdate.CommitCodeChange 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.
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.