You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.
Add the dll compiled in the step 1 as COM reference.
Create a class named O[PluginName] or I[PluginName] implementing the interface IInputPlugin or IOutputPlugin depending on the type of plugin.
Specify the attribute PluginName with the name that will be used from the command line and config file to execute the plugin, be sure to choose a short one.