C# Класс Recurity.Swf.TagHandler.DefineButton2

DefineButton2 extends the capabilities of DefineButton by allowing any state transition to trigger actions.
Наследование: AbstractTagCodeHandler, ISwfCharacter
Показать файл Открыть проект Примеры использования класса

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

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

DefineButton2 extends the capabilities of DefineButton by allowing any state transition to trigger actions.

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Защищенные методы

Метод Описание
Parse ( ) : void

Parses this object out of a stream

Приватные методы

Метод Описание
Render ( byte version ) : MemoryStream

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

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

DefineButton2 extends the capabilities of DefineButton by allowing any state transition to trigger actions.
public DefineButton2 ( byte InitialVersion ) : System
InitialVersion byte The minimum version of the Swf file using this tag.
Результат System

Parse() защищенный Метод

Parses this object out of a stream
protected Parse ( ) : void
Результат void

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

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

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

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

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

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