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

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

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

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

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

Writes this object to a stream.

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

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

Parses this object out of a stream

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

Метод Описание
ParseFlags ( BinaryReader br, BitStream bs ) : void

Parses the flags of this object out of a stream.

WriteFields ( BinaryWriter bw, BitStream bs, Stream output ) : void

Writes the fields of this object to a stream.

WriteFlags ( BinaryWriter bw, BitStream bs ) : void

Writes the flags of this object to a stream.

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

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

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

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

public PlaceObject3 ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Результат System

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() публичный Метод

Writes this object to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Результат void