C# Class Recurity.Swf.TagHandler.GenericTag

Inheritance: AbstractTagHandler
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
GenericTag ( byte InitialVersion ) : System

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Protected Methods

Method Description
Parse ( ) : void

Method Details

GenericTag() public method

public GenericTag ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
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