Packer.Address Property

TegoOS

PackerAddress Property
Current word address where next data will be added (possibly offset at this address by the BitAddress within the word).

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public int Address { get; }
Public ReadOnly Property Address As Integer
	Get
public:
property int Address {
	int get ();
}
member Address : int with get

Property Value

Type: Int32
See Also