IDebugCodeContext2.Add(UInt64, IDebugMemoryContext2) 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 Add(System::UInt64 dwCount, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^ % ppMemCxt);
public int Add (ulong dwCount, out Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2 ppMemCxt);
abstract member Add : uint64 * IDebugMemoryContext2 -> int
Public Function Add (dwCount As ULong, ByRef ppMemCxt As IDebugMemoryContext2) As Integer
Parameters
- dwCount
- UInt64
- ppMemCxt
- IDebugMemoryContext2