mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Show version number in window title
- Add `PluginName` property to `IPluginData` - Add `PluginPath` property to `IPluginData`
This commit is contained in:
@@ -281,6 +281,16 @@
|
||||
Gets the window position of the plugin window.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DesktopMagicPluginAPI.IPluginData.PluginName">
|
||||
<summary>
|
||||
Gets the name of the plugin.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:DesktopMagicPluginAPI.IPluginData.PluginPath">
|
||||
<summary>
|
||||
Gets the path of the parent directory of the plugin.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:DesktopMagicPluginAPI.IPluginData.UpdateWindow">
|
||||
<summary>
|
||||
Updates the plugin window.
|
||||
|
||||
Reference in New Issue
Block a user