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

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

공개 메소드들

메소드 설명
ActionBitXor ( ) : System

Pops two numbers off of the stack, performs a bitwise XOR, and pushes an S32 number to the stack. The arguments are converted to 32-bit unsigned integers before performing the bitwise operation. The result is a SIGNED 32-bit integer.

메소드 상세

ActionBitXor() 공개 메소드

Pops two numbers off of the stack, performs a bitwise XOR, and pushes an S32 number to the stack. The arguments are converted to 32-bit unsigned integers before performing the bitwise operation. The result is a SIGNED 32-bit integer.
public ActionBitXor ( ) : System
리턴 System