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

Represents an address. It is used in the STACKFRAME_EX structure.
Показать файл Открыть проект

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

Свойство Тип Описание
Mode uint
Offset ulong
Segment ushort

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

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

The addressing mode. This member can be one of the following values.
public uint Mode
Результат uint

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

The offset into the segment, or a 32-bit virtual address. The interpretation of this value depends on the value contained in the Mode member.
public ulong Offset
Результат ulong

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

The segment number. This value is used only for 16-bit addressing.
public ushort Segment
Результат ushort