Project

General

Profile

Plugins » History » Version 13

Per Amundsen, 02/21/2017 12:03 PM

1 1 Per Amundsen
h1. Plugins
2
3 5 Per Amundsen
See [[Scripting DLL|here]] for native DLL support.
4
5 6 Per Amundsen
See http://www.adiirc.com/docs/ for API 
6
7 7 Per Amundsen
Docs can also be downloaded as a Help file here http://www.adiirc.com/docs/Documentation.chm
8 2 Per Amundsen
9
If you want an API for something not covered by the current API, please open an issue.
10 3 Per Amundsen
11 11 Per Amundsen
You can find the current AdiIRCAPI.dll in your [[Config_Files|AdiIRC config folder]].
12 10 Per Amundsen
13 13 Per Amundsen
Plugins can load and use any DLL's including referencing .NET frameworks DLL's and do P/Invoke, just like a regular .NET program.
14 12 Per Amundsen
15 8 Per Amundsen
-----------------------------------------------------------------------------
16
17 4 Per Amundsen
_Added in 1.8_
18
19 3 Per Amundsen
*/plugins*
20
21
Gives focus to the Plugin Manager, opens a new Plugin Manager if it's closed.
22 9 Per Amundsen
23
_See also [[Plugins Dialog]]._