Read an address from section (either 16 or 32 bit depending on compiler version)

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public int ReadAddress()
Visual Basic
Public Function ReadAddress As Integer
Visual C++
public:
int ReadAddress()
F#
member ReadAddress : unit -> int 

Return Value

Type: Int32
Address

See Also