C# Class YeloDebug.MEMORY_BASIC_INFORMATION

Basic xbox memory information.
Exibir arquivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
AllocationBase uint
AllocationProtect MEMORY_FLAGS
BaseAddress uint
Protect MEMORY_FLAGS
RegionSize uint
State MEMORY_FLAGS
Type MEMORY_FLAGS

Property Details

AllocationBase public_oe property

public uint AllocationBase
return uint

AllocationProtect public_oe property

public MEMORY_FLAGS AllocationProtect
return MEMORY_FLAGS

BaseAddress public_oe property

public uint BaseAddress
return uint

Protect public_oe property

public MEMORY_FLAGS Protect
return MEMORY_FLAGS

RegionSize public_oe property

public uint RegionSize
return uint

State public_oe property

public MEMORY_FLAGS State
return MEMORY_FLAGS

Type public_oe property

public MEMORY_FLAGS Type
return MEMORY_FLAGS