IDebugProgram2.GetDisassemblyStream 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.
Overloads
| GetDisassemblyStream(UInt32, IDebugCodeContext2, IDebugDisassemblyStream2) | |
| GetDisassemblyStream(enum_DISASSEMBLY_STREAM_SCOPE, IDebugCodeContext2, IDebugDisassemblyStream2) |
GetDisassemblyStream(UInt32, IDebugCodeContext2, IDebugDisassemblyStream2)
public:
int GetDisassemblyStream(System::UInt32 dwScope, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDisassemblyStream2 ^ % ppDisassemblyStream);
public int GetDisassemblyStream(uint dwScope, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext, out Microsoft.VisualStudio.Debugger.Interop.IDebugDisassemblyStream2 ppDisassemblyStream);
abstract member GetDisassemblyStream : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * IDebugDisassemblyStream2 -> int
Public Function GetDisassemblyStream (dwScope As UInteger, pCodeContext As IDebugCodeContext2, ByRef ppDisassemblyStream As IDebugDisassemblyStream2) As Integer
Parameters
- dwScope
- UInt32
- pCodeContext
- IDebugCodeContext2
- ppDisassemblyStream
- IDebugDisassemblyStream2
Returns
Applies to
GetDisassemblyStream(enum_DISASSEMBLY_STREAM_SCOPE, IDebugCodeContext2, IDebugDisassemblyStream2)
public:
int GetDisassemblyStream(Microsoft::VisualStudio::Debugger::Interop::enum_DISASSEMBLY_STREAM_SCOPE dwScope, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDisassemblyStream2 ^ % ppDisassemblyStream);
public int GetDisassemblyStream(Microsoft.VisualStudio.Debugger.Interop.enum_DISASSEMBLY_STREAM_SCOPE dwScope, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext, out Microsoft.VisualStudio.Debugger.Interop.IDebugDisassemblyStream2 ppDisassemblyStream);
abstract member GetDisassemblyStream : Microsoft.VisualStudio.Debugger.Interop.enum_DISASSEMBLY_STREAM_SCOPE * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * IDebugDisassemblyStream2 -> int
Public Function GetDisassemblyStream (dwScope As enum_DISASSEMBLY_STREAM_SCOPE, pCodeContext As IDebugCodeContext2, ByRef ppDisassemblyStream As IDebugDisassemblyStream2) As Integer
Parameters
- dwScope
- enum_DISASSEMBLY_STREAM_SCOPE
- pCodeContext
- IDebugCodeContext2
- ppDisassemblyStream
- IDebugDisassemblyStream2