Packer Constructor (Int32)

TegoOS

Packer Constructor (Int32)
Create a packer with a given start address.

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public Packer(
	int startAddress
)
Public Sub New ( 
	startAddress As Integer
)
public:
Packer(
	int startAddress
)
new : 
        startAddress : int -> Packer

Parameters

startAddress
Type: SystemInt32
Start address for packer. Note that this will be word zero of the word array generated by the packer.
See Also