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

The instance_info entry is used to define the characteristics of a run-time object (a class instance) within the AVM2. The corresponding class_info entry is used in order to fully define an ActionScript 3.0 Class.
Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( Stream source ) : void

Verify ( AbcFile abc ) : void

Write ( Stream destination ) : void

Method Details

Parse() public méthode

public Parse ( Stream source ) : void
source Stream
Résultat void

Verify() public méthode

public Verify ( AbcFile abc ) : void
abc AbcFile
Résultat void

Write() public méthode

public Write ( Stream destination ) : void
destination Stream
Résultat void