Table of Contents

Class OverlayInfo

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

Information about a program overlay.

public class OverlayInfo
Inheritance
OverlayInfo
Inherited Members

Properties

BssSize

Gets or sets the size of the BSS data region.

public uint BssSize { get; set; }

Property Value

uint

CompressedSize

Gets or sets the size of the overlay compressed or 0 if it is not compressed.

public uint CompressedSize { get; set; }

Property Value

uint

IsCompressed

Gets or sets a value indicating whether the overlay is BLZ compressed.

public bool IsCompressed { get; set; }

Property Value

bool

IsSigned

Gets or sets a value indicating whether this overlay is digitally signed.

public bool IsSigned { get; set; }

Property Value

bool

Remarks

The signature seems to be validated only when executing a program recived from other devices.

OverlayId

Gets or sets the ID of the overlay.

public uint OverlayId { get; set; }

Property Value

uint

RamAddress

Gets or sets the address where the overlay will be load in the RAM.

public uint RamAddress { get; set; }

Property Value

uint

RamSize

Gets or sets the amount of bytes to load in RAM of the overlay.

public uint RamSize { get; set; }

Property Value

uint

StaticInitEnd

Gets or sets the static initialization end address.

public uint StaticInitEnd { get; set; }

Property Value

uint

StaticInitStart

Gets or sets the static initialization start address.

public uint StaticInitStart { get; set; }

Property Value

uint