C# Class YeloDebug.AddressRange

Xbox memory address range.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
High uint
Low uint

Public Methods

Method Description
AddressRange ( ) : System

Specifies a default range of all addresses.

AddressRange ( uint low, uint high ) : System

Specifies a custom address range.

Method Details

AddressRange() public method

Specifies a default range of all addresses.
public AddressRange ( ) : System
return System

AddressRange() public method

Specifies a custom address range.
public AddressRange ( uint low, uint high ) : System
low uint
high uint
return System

Property Details

High public_oe property

public uint High
return uint

Low public_oe property

public uint Low
return uint