C# Class Recurity.Swf.TagHandler.DoAction

Inheritance: AbstractTagCodeHandler
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
DoAction ( byte InitialVersion ) : System

ReParseCode ( ) : void

Verify ( ) : bool

Write ( Stream output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

WriteCodeAndCheck ( Stream output ) : void

Method Details

DoAction() public méthode

public DoAction ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Résultat System

Parse() protected méthode

protected Parse ( ) : void
Résultat void

ReParseCode() public méthode

public ReParseCode ( ) : void
Résultat void

Verify() public méthode

public Verify ( ) : bool
Résultat bool

Write() public méthode

public Write ( Stream output ) : void
output Stream
Résultat void

WriteCodeAndCheck() protected méthode

protected WriteCodeAndCheck ( Stream output ) : void
output Stream
Résultat void