C# Class Recurity.Swf.AVM1.Stack.AVM1Stack

Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
AVM1Stack ( ) : System

Clear ( ) : void

CopyTo ( AVM1Stack destination ) : void

Fill ( AVM1DataElement elements ) : void

Pop ( ) : AVM1DataElement

Push ( AVM1DataElement element ) : void

this ( uint distanceFromStackTop ) : AVM1DataElement

Gets the item that is the specified number of elements below the stack top. 0 is the top.

Method Details

AVM1Stack() public méthode

public AVM1Stack ( ) : System
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( AVM1Stack destination ) : void
destination AVM1Stack
Résultat void

Fill() public méthode

public Fill ( AVM1DataElement elements ) : void
elements AVM1DataElement
Résultat void

Pop() public méthode

public Pop ( ) : AVM1DataElement
Résultat AVM1DataElement

Push() public méthode

public Push ( AVM1DataElement element ) : void
element AVM1DataElement
Résultat void

this() public méthode

Gets the item that is the specified number of elements below the stack top. 0 is the top.
public this ( uint distanceFromStackTop ) : AVM1DataElement
distanceFromStackTop uint How far to look down (0=not)
Résultat AVM1DataElement