C# Class Recurity.Swf.TagHandler.DefineButtonSound

Inheritance: AbstractTagHandler
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
DefineButtonSound ( byte InitialVersion ) : System
Verify ( ) : bool
Write ( Stream output ) : void

Méthodes protégées

Méthode Description
Parse ( ) : void

Method Details

DefineButtonSound() public méthode

public DefineButtonSound ( byte InitialVersion ) : System
InitialVersion byte
Résultat System

Parse() protected méthode

protected Parse ( ) : 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