C# Class Recurity.Swf.AVM2.Instructions.OP_constructprop

Inheritance: AbstractInstruction
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_ArgCount System.UInt32
_Index System.UInt32

Méthodes publiques

Méthode Description
ToString ( ) : string

Verify ( ABC abc ) : void

Méthodes protégées

Méthode Description
Parse ( BinaryReader sourceStream ) : void

WriteArgs ( Stream destination ) : void

Method Details

Parse() protected méthode

protected Parse ( BinaryReader sourceStream ) : void
sourceStream System.IO.BinaryReader
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Verify() public méthode

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

WriteArgs() protected méthode

protected WriteArgs ( Stream destination ) : void
destination Stream
Résultat void

Property Details

_ArgCount protected_oe property

protected UInt32,System _ArgCount
Résultat System.UInt32

_Index protected_oe property

protected UInt32,System _Index
Résultat System.UInt32