C# Class Recurity.Swf.TagHandler.EnableDebugger

This Tag is used in Swf version 5 only. It is depricated in later versions
Inheritance: AbstractTagHandler
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
EnableDebugger ( byte init ) : 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

EnableDebugger() public méthode

public EnableDebugger ( byte init ) : System
init byte
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