IScript.Initialize Method
Called when the script is loaded to initalize it.
[Visual Basic]
Sub Initialize( _
ByVal
host As
IHost _
)
Parameters
-
host
- ID3-Sync (the host of the script), which allows the script to subscribe to various events.
See Also
IScript Interface | ID3Sync.Scripting Namespace