ISDBScriptControl::Reload

From MediaMonkey Wiki
Revision as of 05:23, 21 January 2009 by Teknojnky (talk | contribs)
Jump to navigation Jump to search

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.