-
Notifications
You must be signed in to change notification settings - Fork 10
Demo plugins
Pavel Anisko edited this page Mar 23, 2018
·
1 revision
The demo plug-ins demonstrate concepts described in this wiki.
- DemoPluginNet is a plug-in with UI. It creates a menu item under the Tools menu. The main form of the plug-in contains buttons, each intended to demonstrate one particular part of plug-in creation.
- DemoCommandLinePluginNet is a plug-in, which demonstrates concepts explained in Accepting commands in the command window, e.g. creating plug-ins which can be called from command line.
Feel free to download, build and try them out. Refer to project's readme how to build, install and run the plug-ins.
Introduction
Main concepts
- Anatomy of the plug-in
- Exporting DLL functions
- Using callbacks
Misc
- Using menu items
- Accepting commands in the command window
- Validating DLL exports
- Working with color preferences
- Referencing external C# assemblies