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

상속: AbstractTagHandler
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

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

Verifies this object and its components for documentation compliance.

Write ( System output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

비공개 메소드들

메소드 설명
isBinaryData ( AbstractTagHandler handler ) : bool

메소드 상세

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

SymbolClass() 공개 메소드

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

Verify() 공개 메소드

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

Write() 공개 메소드

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