Allows one to write BinNavi plugins that run independently of BinNavi. More...
Static Public Member Functions | |
| static synchronized PluginInterface | getPluginInterface () |
| Returns the BinNavi plugin interface. | |
This class can be used to use the BinNavi API independently from BinNavi. That means you can access BinNavi objects from stand-alone scripts without having to run BinNavi simultaneously.
Please note that API access through this object does not provide all aspects of the BinNavi API. The following limitations exist:
| static synchronized PluginInterface BinNavi.API.plugins.StandAlone.getPluginInterface | ( | ) | [static] |
Returns the plugin interface that can be used from stand-alone scripts.
1.7.1