ISDBScriptControl::Reload: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
In case the ScriptPath parameter is an empty string, all strings in memory will be reloaded.
In case the ScriptPath parameter is an empty string, all strings in memory will be reloaded.


Note that by calling this method you lose all global variables of the reloaded script, their content can't be preserved. On the other hand, all registered events are preserved.
Note that by calling this method you lose all global variables of the reloaded script, their content can't be preserved. On the other hand, all registered events and SDB.Objects are preserved.


Introduced in MediaMonkey 3.1.0.1212.  
Introduced in MediaMonkey 3.1.0.1212.  

Revision as of 05:23, 21 January 2009

CoClass SDBScriptControl, Interface ISDBScriptControl

Sub Reload(ScriptPath As String)


Parameters

Name Type Description
ScriptPath String Script file to be reloaded.


Method description

This method is for script development only. When called with a full script path, the script will be reloaded from disk before the its next event is called and so updated source from disk is used instead of the already loaded code from memory.

In case the ScriptPath parameter is an empty string, all strings in memory will be reloaded.

Note that by calling this method you lose all global variables of the reloaded script, their content can't be preserved. On the other hand, all registered events and SDB.Objects are preserved.

Introduced in MediaMonkey 3.1.0.1212.