ICorDebugProcess.CommitChanges Method

Definition

public:
 void CommitChanges(System::UInt32 cSnapshots, Microsoft::VisualStudio::CorDebugInterop::ICorDebugEditAndContinueSnapshot ^ % pSnapshots, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugErrorInfoEnum ^ % pError);
public void CommitChanges (uint cSnapshots, ref Microsoft.VisualStudio.CorDebugInterop.ICorDebugEditAndContinueSnapshot pSnapshots, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugErrorInfoEnum pError);
abstract member CommitChanges : uint32 * ICorDebugEditAndContinueSnapshot * ICorDebugErrorInfoEnum -> unit
Public Sub CommitChanges (cSnapshots As UInteger, ByRef pSnapshots As ICorDebugEditAndContinueSnapshot, ByRef pError As ICorDebugErrorInfoEnum)

Parameters

cSnapshots
UInt32

Implements

Applies to