IDebugDisassemblyStream2.Seek 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
| Seek(enum_SEEK_START, IDebugCodeContext2, UInt64, Int64) | |
| Seek(UInt32, IDebugCodeContext2, UInt64, Int64) |
Seek(enum_SEEK_START, IDebugCodeContext2, UInt64, Int64)
public:
int Seek(Microsoft::VisualStudio::Debugger::Interop::enum_SEEK_START dwSeekStart, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext, System::UInt64 uCodeLocationId, long iInstructions);
public int Seek(Microsoft.VisualStudio.Debugger.Interop.enum_SEEK_START dwSeekStart, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext, ulong uCodeLocationId, long iInstructions);
abstract member Seek : Microsoft.VisualStudio.Debugger.Interop.enum_SEEK_START * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * uint64 * int64 -> int
Public Function Seek (dwSeekStart As enum_SEEK_START, pCodeContext As IDebugCodeContext2, uCodeLocationId As ULong, iInstructions As Long) As Integer
Parameters
- dwSeekStart
- enum_SEEK_START
- pCodeContext
- IDebugCodeContext2
- uCodeLocationId
- UInt64
- iInstructions
- Int64
Returns
Applies to
Seek(UInt32, IDebugCodeContext2, UInt64, Int64)
public:
int Seek(System::UInt32 dwSeekStart, Microsoft::VisualStudio::Debugger::Interop::IDebugCodeContext2 ^ pCodeContext, System::UInt64 uCodeLocationId, long iInstructions);
public int Seek(uint dwSeekStart, Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 pCodeContext, ulong uCodeLocationId, long iInstructions);
abstract member Seek : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugCodeContext2 * uint64 * int64 -> int
Public Function Seek (dwSeekStart As UInteger, pCodeContext As IDebugCodeContext2, uCodeLocationId As ULong, iInstructions As Long) As Integer
Parameters
- dwSeekStart
- UInt32
- pCodeContext
- IDebugCodeContext2
- uCodeLocationId
- UInt64
- iInstructions
- Int64