Initializes the plugin
| C# | Visual Basic | Visual C++ |
public virtual bool Initializer( string[] dataFiles, FeedBack..::.sendFeedBack reporter )
Public Overridable Function Initializer ( _ dataFiles As String(), _ reporter As FeedBack..::.sendFeedBack _ ) As Boolean
public: virtual bool Initializer( array<String^>^ dataFiles, FeedBack..::.sendFeedBack^ reporter )
- dataFiles (array< String >[]()[])
- an array of paths to the data files that this plugin should operate on
- reporter (FeedBack..::.sendFeedBack)
- provides a mechanism to report back to the GUI
A boolean, indicating whether or not the plugin is initialized and ready for execution