C# 클래스 Recurity.Swf.AVM1.ActionCastOp

Blitzableiter ActionCastOp represents the Adobe AVM1 ActionCastOp
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
ActionCastOp ( ) : System

Implements the ActionScript cast operator, which allows the casting from one data type to another. ActionCastOp pops an object off the stack and attempts to convert the object to an instance of the class or to the interface represented by the constructor function.

메소드 상세

ActionCastOp() 공개 메소드

Implements the ActionScript cast operator, which allows the casting from one data type to another. ActionCastOp pops an object off the stack and attempts to convert the object to an instance of the class or to the interface represented by the constructor function.
public ActionCastOp ( ) : System
리턴 System