C# 클래스 Binarysharp.MemoryManagement.Native.LdtEntry

파일 보기 프로젝트 열기: ZenLulz/MemorySharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseHi byte
BaseLow ushort
BaseMid byte
Flag1 byte
Flag2 byte
LimitLow ushort

프로퍼티 상세

BaseHi 공개적으로 프로퍼티

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

BaseLow 공개적으로 프로퍼티

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

BaseMid 공개적으로 프로퍼티

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

Flag1 공개적으로 프로퍼티

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

Flag2 공개적으로 프로퍼티

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

LimitLow 공개적으로 프로퍼티

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