Class Banner
- Namespace
- SceneGate.Ekona.Containers.Rom
- Assembly
- SceneGate.Ekona.dll
Banner of a program.
public class Banner : IFormat
- Inheritance
-
Banner
- Implements
-
IFormat
- Inherited Members
Properties
ChecksumAnimatedIcon
Gets or sets the CRC-16 checksum for the animated DSi icon.
public HashInfo ChecksumAnimatedIcon { get; set; }
Property Value
Remarks
This field may be null if the model was not deserialized from binary data.
ChecksumBase
Gets or sets the CRC-16 checksum for the banner binary data of version 0.1.
public HashInfo ChecksumBase { get; set; }
Property Value
Remarks
This field may be null if the model was not deserialized from binary data.
ChecksumChinese
Gets or sets the CRC-16 checksum for the banner binary data of version 0.2 that includes Chinese title.
public HashInfo ChecksumChinese { get; set; }
Property Value
Remarks
This field may be null if the model was not deserialized from binary data.
ChecksumKorean
Gets or sets the CRC-16 checksum for the banner binary data of version 0.3 that includes Chinese and Korean titles.
public HashInfo ChecksumKorean { get; set; }
Property Value
Remarks
This field may be null if the model was not deserialized from binary data.
ChineseTitle
Gets or sets the Chinese title.
public string ChineseTitle { get; set; }
Property Value
EnglishTitle
Gets or sets the English title.
public string EnglishTitle { get; set; }
Property Value
FrenchTitle
Gets or sets the French title.
public string FrenchTitle { get; set; }
Property Value
GermanTitle
Gets or sets the German title.
public string GermanTitle { get; set; }
Property Value
ItalianTitle
Gets or sets the Italian title.
public string ItalianTitle { get; set; }
Property Value
JapaneseTitle
Gets or sets the Japenese title.
public string JapaneseTitle { get; set; }
Property Value
KoreanTitle
Gets or sets the Korean title.
public string KoreanTitle { get; set; }
Property Value
SpanishTitle
Gets or sets the Spanish title.
public string SpanishTitle { get; set; }
Property Value
SupportAnimatedIcon
Gets a value indicating whether the banner supports animated icons (version >= 1.3).
public bool SupportAnimatedIcon { get; }
Property Value
Version
Gets or sets the version of the banner model.
public Version Version { get; set; }
Property Value
Remarks
Only the following version are valid:
- 0.1: Original
- 0.2: Support Chinese title
- 0.3: Support Chinese and Korean titles
- 1.3: Support Chinese and Korean titles and animated DSi icon.
Exceptions
- ArgumentOutOfRangeException
Invalid version number.