C# Class ThemeEditor.Common.SMDH.SMDH

Show file Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Properties

Property Type Description
AppTitles ThemeEditor.Common.SMDH.AppTitle[]
LargeIcon ThemeEditor.Common.Graphics.RawTexture
MAGIC byte[]
Reserved_1 short
Reserved_2 long
Settings AppSettings
SmallIcon ThemeEditor.Common.Graphics.RawTexture
Version short

Public Methods

Method Description
Read ( Stream s ) : SMDH
SMDH ( ) : System
Write ( SMDH smdh, Stream s ) : void

Protected Methods

Method Description
SMDH ( bool inter ) : System

Method Details

Read() public static method

public static Read ( Stream s ) : SMDH
s Stream
return SMDH

SMDH() public method

public SMDH ( ) : System
return System

SMDH() protected method

protected SMDH ( bool inter ) : System
inter bool
return System

Write() public static method

public static Write ( SMDH smdh, Stream s ) : void
smdh SMDH
s Stream
return void

Property Details

AppTitles public property

public AppTitle[],ThemeEditor.Common.SMDH AppTitles
return ThemeEditor.Common.SMDH.AppTitle[]

LargeIcon public property

public RawTexture,ThemeEditor.Common.Graphics LargeIcon
return ThemeEditor.Common.Graphics.RawTexture

MAGIC public static property

public static byte[] MAGIC
return byte[]

Reserved_1 public property

public short Reserved_1
return short

Reserved_2 public property

public long Reserved_2
return long

Settings public property

public AppSettings,ThemeEditor.Common.SMDH Settings
return AppSettings

SmallIcon public property

public RawTexture,ThemeEditor.Common.Graphics SmallIcon
return ThemeEditor.Common.Graphics.RawTexture

Version public property

public short Version
return short