C# Class Recurity.Swf.TagHandler.DoABC

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

Méthodes publiques

Méthode Description
DoABC ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

DoABC() public méthode

public DoABC ( 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

Verify() public méthode

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Résultat bool

Write() public méthode

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