Is there somewhere explained how exactly does the plugin lifecycle look like?
- How are static fields handled? (is assembly unloaded between plugin runs?)
- How are thread static fields handled? (is new thread created for each plugin run?)
- How are instance fields handled? (are new...