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

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

공개 메소드들

메소드 설명
DoAction ( byte InitialVersion ) : System

ReParseCode ( ) : void

Verify ( ) : bool

Write ( Stream output ) : void

보호된 메소드들

메소드 설명
Parse ( ) : void

WriteCodeAndCheck ( Stream output ) : void

메소드 상세

DoAction() 공개 메소드

public DoAction ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
리턴 System

Parse() 보호된 메소드

protected Parse ( ) : void
리턴 void

ReParseCode() 공개 메소드

public ReParseCode ( ) : void
리턴 void

Verify() 공개 메소드

public Verify ( ) : bool
리턴 bool

Write() 공개 메소드

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

WriteCodeAndCheck() 보호된 메소드

protected WriteCodeAndCheck ( Stream output ) : void
output Stream
리턴 void