C# Class Recurity.Swf.TagHandler.EnableDebugger

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

Public Methods

Method Description
EnableDebugger ( byte init ) : System
Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

EnableDebugger() public method

public EnableDebugger ( byte init ) : System
init byte
return System

Parse() protected method

protected Parse ( ) : void
return void

Verify() public method

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

Write() public method

public Write ( Stream output ) : void
output Stream
return void