C# Класс SwfDotNet.IO.ByteCode.Actions.BaseAction

BaseAction is an abstract class that serves as a base for all Action classes resembling swf bytecode instructions
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Code int

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

Метод Описание
BaseAction ( ActionCode c ) : System

public constructor

Compile ( BinaryWriter writer ) : void

compile action to byte code

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

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

public constructor
public BaseAction ( ActionCode c ) : System
c ActionCode action code as occuring in swf. Codes are listed in this enumeration
Результат System

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

compile action to byte code
public Compile ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter /// Binary writer for writing byte code to stream ///
Результат void

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

Code публичное свойство

Action code of the class when compiled to swf Action codes are enumerated in SwfDotNet.IO.ByteCode.ActionCode
public int Code
Результат int