C# Class YeloDebug.AllocationEntry

Xbox memory allocation entry.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Address uint
Size uint
Type AllocationType

Public Methods

Method Description
AllocationEntry ( uint address, uint size, AllocationType type ) : System

Method Details

AllocationEntry() public method

public AllocationEntry ( uint address, uint size, AllocationType type ) : System
address uint
size uint
type AllocationType
return System

Property Details

Address public_oe property

public uint Address
return uint

Size public_oe property

public uint Size
return uint

Type public_oe property

public AllocationType Type
return AllocationType