Recurity.Swf.AVM1.ActionDefineFunction.ActionDefineFunction C# (CSharp) Method

ActionDefineFunction() public method

ActionDefineFunction defines a function with a given name and body size.
public ActionDefineFunction ( ) : System
return System
        public ActionDefineFunction()
        {
            this._functionName = "";
            this._parameterName = new List<string>();
            this._codeSize = 0;

            _StackOps = new StackChange[ 0 ];
        }

Same methods

ActionDefineFunction::ActionDefineFunction ( string name, List parameters, UInt16 size ) : System
ActionDefineFunction::ActionDefineFunction ( string name, UInt16 size ) : System