C# Класс Recurity.Swf.AVM1.ActionBitXor

Blitzableiter ActionBitXor represents the Adobe AVM1 ActionBitXor
Наследование: AbstractAction
Показать файл Открыть проект

Открытые методы

Метод Описание
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