C# Class Recurity.Swf.AbstractSwfElement

Class that represents an element that can appear in Swf files or the Swf files themselves implementing the ISwfElement
Inheritance: Recurity.Swf.Interfaces.ISwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_SwfVersion byte

Public Methods

Method Description
AbstractSwfElement ( byte InitialVersion ) : System

Class that represents a Swf file implementing the ISwfElement

Method Details

AbstractSwfElement() public method

Class that represents a Swf file implementing the ISwfElement
public AbstractSwfElement ( byte InitialVersion ) : System
InitialVersion byte The version of the element
return System

Property Details

_SwfVersion protected_oe property

protected byte _SwfVersion
return byte