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

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

Protected Properties

Свойство Type Description
_SlotIndex 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

_SlotIndex protected_oe property

protected UInt32,System _SlotIndex
Résultat System.UInt32