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

Наследование: AbstractSwfElement
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
_Code AVM1Code
_ParsingFailures bool

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

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

Parse ( Stream input ) : bool

Verify ( ) : bool

Write ( Stream output ) : void

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

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

public ClipActionRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

public Parse ( Stream input ) : bool
input Stream
Результат bool

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

public Verify ( ) : bool
Результат bool

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

public Write ( Stream output ) : void
output Stream
Результат void

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

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

protected AVM1Code _Code
Результат AVM1Code

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

protected bool _ParsingFailures
Результат bool