Static Public Member Functions

BinNavi.API.plugins.StandAlone Class Reference

Allows one to write BinNavi plugins that run independently of BinNavi. More...

List of all members.

Static Public Member Functions

static synchronized PluginInterface getPluginInterface ()
 Returns the BinNavi plugin interface.

Detailed Description

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:


Member Function Documentation

static synchronized PluginInterface BinNavi.API.plugins.StandAlone.getPluginInterface (  )  [static]

Returns the plugin interface that can be used from stand-alone scripts.

Returns:
The plugin interface that can be used from stand-alone scripts.