C# Класс CsDebugScript.Engine.Debuggers.DbgEngDll.STACKFRAME_EX

Represents an extended stack frame.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AddrBStore ADDRESS64
AddrFrame ADDRESS64
AddrPC ADDRESS64
AddrReturn ADDRESS64
AddrStack ADDRESS64
Far int
FuncTableEntry System.IntPtr
InlineFrameContext uint
KdHelp KDHELP64
Params0 ulong
Params1 ulong
Params2 ulong
Params3 ulong
Reserved0 ulong
Reserved1 ulong
Reserved2 ulong
StackFrameSize uint
Virtual int

Описание свойств

AddrBStore публичное свойство

Intel Itanium: An ADDRESS64 structure that specifies the backing store (RsBSP).
public ADDRESS64 AddrBStore
Результат ADDRESS64

AddrFrame публичное свойство

An ADDRESS64 structure that specifies the frame pointer. x86: The frame pointer is EBP. Intel Itanium: There is no frame pointer, but AddrBStore is used. x64: The frame pointer is RBP or RDI.This value is not always used.
public ADDRESS64 AddrFrame
Результат ADDRESS64

AddrPC публичное свойство

An ADDRESS64 structure that specifies the program counter. x86: The program counter is EIP. Intel Itanium: The program counter is StIIP. x64: The program counter is RIP.
public ADDRESS64 AddrPC
Результат ADDRESS64

AddrReturn публичное свойство

An ADDRESS64 structure that specifies the return address.
public ADDRESS64 AddrReturn
Результат ADDRESS64

AddrStack публичное свойство

An ADDRESS64 structure that specifies the stack pointer. x86: The stack pointer is ESP. Intel Itanium: The stack pointer is SP. x64: The stack pointer is RSP.
public ADDRESS64 AddrStack
Результат ADDRESS64

Far публичное свойство

This member is TRUE if this is a WOW far call.
public int Far
Результат int

FuncTableEntry публичное свойство

On x86 computers, this member is an FPO_DATA structure. If there is no function table entry, this member is NULL.
public IntPtr,System FuncTableEntry
Результат System.IntPtr

InlineFrameContext публичное свойство

Specifies the type of the inline frame context. INLINE_FRAME_CONTEXT_INIT(0) INLINE_FRAME_CONTEXT_IGNORE(0xffffffff)
public uint InlineFrameContext
Результат uint

KdHelp публичное свойство

A KDHELP64 structure that specifies helper data for walking kernel callback frames.
public KDHELP64 KdHelp
Результат KDHELP64

Params0 публичное свойство

The possible arguments to the function.
public ulong Params0
Результат ulong

Params1 публичное свойство

The possible arguments to the function.
public ulong Params1
Результат ulong

Params2 публичное свойство

The possible arguments to the function.
public ulong Params2
Результат ulong

Params3 публичное свойство

The possible arguments to the function.
public ulong Params3
Результат ulong

Reserved0 публичное свойство

This member is used internally by the StackWalkEx function.
public ulong Reserved0
Результат ulong

Reserved1 публичное свойство

This member is used internally by the StackWalkEx function.
public ulong Reserved1
Результат ulong

Reserved2 публичное свойство

This member is used internally by the StackWalkEx function.
public ulong Reserved2
Результат ulong

StackFrameSize публичное свойство

Set to sizeof(STACKFRAME_EX).
public uint StackFrameSize
Результат uint

Virtual публичное свойство

This member is TRUE if this is a virtual frame.
public int Virtual
Результат int