ICorDebugController.CommitChanges 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.
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
- pSnapshots
- ICorDebugEditAndContinueSnapshot
- pError
- ICorDebugErrorInfoEnum