ACR_Wealth.ACR_Wealth.CloneScriptProgram C# (CSharp) Method

CloneScriptProgram() public method

This routine is invoked when the script context is being cloned for the creation of a script situation. Its purpose is to create a new SampleManagedNWScript object and transfer any state desired to the new script object.
public CloneScriptProgram ( ) : IGeneratedScriptProgram
return IGeneratedScriptProgram
        public IGeneratedScriptProgram CloneScriptProgram()
        {
            return new ACR_Wealth(this);
        }