ISDBScriptControl::Reload: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 13: Line 13:


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 are preserved.
Introduced in MediaMonkey 3.1.0.1212.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 00:32, 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 are preserved.

Introduced in MediaMonkey 3.1.0.1212.