IDebugSession2.GetENCUpdate(IDebugProgram2, Object) 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:
int GetENCUpdate(Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pProgram, [Runtime::InteropServices::Out] System::Object ^ % ppUpdate);
public int GetENCUpdate(Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pProgram, out object ppUpdate);
abstract member GetENCUpdate : Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * obj -> int
Public Function GetENCUpdate (pProgram As IDebugProgram2, ByRef ppUpdate As Object) As Integer
Parameters
- pProgram
- IDebugProgram2
- ppUpdate
- Object