C# Class Binarysharp.MemoryManagement.Native.LdtEntry

Afficher le fichier Open project: ZenLulz/MemorySharp Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseHi byte
BaseLow ushort
BaseMid byte
Flag1 byte
Flag2 byte
LimitLow ushort

Property Details

BaseHi public_oe property

High bits (24–31) of the base address of the segment.
public byte BaseHi
Résultat byte

BaseLow public_oe property

The low-order part of the base address of the segment.
public ushort BaseLow
Résultat ushort

BaseMid public_oe property

Middle bits (16–23) of the base address of the segment.
public byte BaseMid
Résultat byte

Flag1 public_oe property

Values of the Type, Dpl, and Pres members in the Bits structure (not implemented).
public byte Flag1
Résultat byte

Flag2 public_oe property

Values of the LimitHi, Sys, Reserved_0, Default_Big, and Granularity members in the Bits structure (not implemented).
public byte Flag2
Résultat byte

LimitLow public_oe property

The low-order part of the address of the last byte in the segment.
public ushort LimitLow
Résultat ushort