C# 클래스 Recurity.Swf.TagHandler.ExportAssets

상속: AbstractTagHandler
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
ExportAssets ( byte init ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

비공개 메소드들

메소드 설명
ListSoFarCharacters ( ) : void
checkExportIDs ( ) : bool
getCharacterTag ( UInt16 characterID ) : ISwfCharacter

메소드 상세

ExportAssets() 공개 메소드

public ExportAssets ( byte init ) : System
init byte
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

Verify() 공개 메소드

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

public Write ( System output ) : void
output System
리턴 void