ID3-Sync Scripting API

IScript.Initialize Method 

Called when the script is loaded to initalize it.

[Visual Basic]
Sub Initialize( _
   ByVal host As IHost _
)
[C#]
void Initialize(
   IHost host
);

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