C# Class Recurity.Swf.ClipActionRecord

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

Protected Properties

Property Type Description
_Code AVM1Code
_ParsingFailures bool

Public Methods

Method Description
ClipActionRecord ( byte InitialVersion ) : System

Parse ( Stream input ) : bool

Verify ( ) : bool

Write ( Stream output ) : void

Method Details

ClipActionRecord() public method

public ClipActionRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() public method

public Parse ( Stream input ) : bool
input Stream
return bool

Verify() public method

public Verify ( ) : bool
return bool

Write() public method

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

Property Details

_Code protected_oe property

protected AVM1Code _Code
return AVM1Code

_ParsingFailures protected_oe property

protected bool _ParsingFailures
return bool