Udostępnij za pośrednictwem


UNMANAGED_ADDRESS_PHYSICAL

Ta struktura reprezentuje adres fizyczny.

Składnia

public struct UNMANAGED_ADDRESS_PHYSICAL {
   public ulong offset;
}

Członkowie

offset
64-bitowe przesunięcie w fizyczną przestrzeń adresową.

Uwagi

Ta struktura jest częścią unii w strukturze DEBUG_ADDRESS_UNION , gdy dwKind pole DEBUG_ADDRESS_UNION struktury jest ustawione na ADDRESS_KIND_UNMANAGED_PHYSICAL (wartość z wyliczenia ADDRESS_KIND ).

Wymagania

Nagłówek: sh.h

Przestrzeń nazw: Microsoft.VisualStudio.Debugger.Interop

Zestaw: Microsoft.VisualStudio.Debugger.Interop.dll

Zobacz też