C# Class Recurity.Swf.AVM2.ABC.AbstractMultinameEntry

Show file Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_Name System.UInt32
_Namespace System.UInt32
_NsSet System.UInt32
_Type MultinameType

Public Methods

Method Description
AbstractMultinameEntry ( byte kindId ) : System

ToString ( AbcFile abc ) : string

Verify ( AbcFile abc ) : void

Write ( Stream destination ) : void

Method Details

AbstractMultinameEntry() public method

public AbstractMultinameEntry ( byte kindId ) : System
kindId byte
return System

ToString() public method

public ToString ( AbcFile abc ) : string
abc AbcFile
return string

Verify() public method

public Verify ( AbcFile abc ) : void
abc AbcFile
return void

Write() public method

public Write ( Stream destination ) : void
destination Stream
return void

Property Details

_Name protected property

protected UInt32,System _Name
return System.UInt32

_Namespace protected property

protected UInt32,System _Namespace
return System.UInt32

_NsSet protected property

protected UInt32,System _NsSet
return System.UInt32

_Type protected property

protected MultinameType _Type
return MultinameType