mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-07 07:46:12 +02:00
Updated Guide (markdown)
+4
-4
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
1. Create a [.NET(Core) class library](https://docs.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio) project
|
1. Create a [.NET(Core) class library](https://docs.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio) project
|
||||||
|
|
||||||
2. Add the [DesktopMagicPluginAPI](https://www.nuget.org/packages/DesktopMagicPluginAPI/) nuget package
|
1. Add the [DesktopMagicPluginAPI](https://www.nuget.org/packages/DesktopMagicPluginAPI/) nuget package
|
||||||
|
|
||||||
3. Create a class that inherits from `DesktopMagicPluginAPI.Plugin`
|
1. Create a class that inherits from `DesktopMagicPluginAPI.Plugin`
|
||||||
|
|
||||||
4. Implement the required members from `DesktopMagicPluginAPI.Plugin`
|
1. Implement the required members from `DesktopMagicPluginAPI.Plugin`
|
||||||
|
|
||||||
5. Compile it into a `.dll` file and in the plugin directory create a directory with the same name as the `.dll` file without the file extension and put the `.dll` file with all required dependencies into it.
|
1. Compile it into a `.dll` file and in the plugin directory create a directory with the same name as the `.dll` file without the file extension and put the `.dll` file with all required dependencies into it.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user