C# Class Binarysharp.MemoryManagement.Native.LdtEntry

Show file Open project: ZenLulz/MemorySharp Class Usage Examples

Public Properties

Property Type Description
BaseHi byte
BaseLow ushort
BaseMid byte
Flag1 byte
Flag2 byte
LimitLow ushort

Property Details

BaseHi public property

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

BaseLow public property

The low-order part of the base address of the segment.
public ushort BaseLow
return ushort

BaseMid public property

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

Flag1 public property

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

Flag2 public property

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

LimitLow public property

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