C# 클래스 Recurity.Swf.AVM1.Stack.AVM1Stack

파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AVM1Stack() 공개 메소드

public AVM1Stack ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( AVM1Stack destination ) : void
destination AVM1Stack
리턴 void

Fill() 공개 메소드

public Fill ( AVM1DataElement elements ) : void
elements AVM1DataElement
리턴 void

Pop() 공개 메소드

public Pop ( ) : AVM1DataElement
리턴 AVM1DataElement

Push() 공개 메소드

public Push ( AVM1DataElement element ) : void
element AVM1DataElement
리턴 void

this() 공개 메소드

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)
리턴 AVM1DataElement