C# 클래스 ThemeEditor.Common.SMDH.AppTitle

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LongDesc string
Publisher string
ShortDesc string

공개 메소드들

메소드 설명
AppTitle ( ) : System.IO
Read ( Stream s ) : AppTitle
ToString ( ) : string
Write ( AppTitle title, Stream s ) : void

비공개 메소드들

메소드 설명
AppTitle ( bool inter ) : System.IO

메소드 상세

AppTitle() 공개 메소드

public AppTitle ( ) : System.IO
리턴 System.IO

Read() 공개 정적인 메소드

public static Read ( Stream s ) : AppTitle
s System.IO.Stream
리턴 AppTitle

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 정적인 메소드

public static Write ( AppTitle title, Stream s ) : void
title AppTitle
s System.IO.Stream
리턴 void

프로퍼티 상세

LongDesc 공개적으로 프로퍼티

public string LongDesc
리턴 string

Publisher 공개적으로 프로퍼티

public string Publisher
리턴 string

ShortDesc 공개적으로 프로퍼티

public string ShortDesc
리턴 string