Cleans up the resources used by the object.
Dispose ()
The only time that you should use this method is when you are reading and writing to a file from multiple scripts.
Dim a As ActiveData
a = Workbench.LoadActiveData("ActiveDataAsset")
' Do your work here
a.Dispose()