C# Класс Recurity.Swf.AbstractSwfElement

Class that represents an element that can appear in Swf files or the Swf files themselves implementing the ISwfElement
Наследование: Recurity.Swf.Interfaces.ISwfElement
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_SwfVersion byte

Открытые методы

Метод Описание
AbstractSwfElement ( byte InitialVersion ) : System

Class that represents a Swf file implementing the ISwfElement

Описание методов

AbstractSwfElement() публичный Метод

Class that represents a Swf file implementing the ISwfElement
public AbstractSwfElement ( byte InitialVersion ) : System
InitialVersion byte The version of the element
Результат System

Описание свойств

_SwfVersion защищенное свойство

protected byte _SwfVersion
Результат byte