Project

General

Profile

Plugins » History » Revision 15

Revision 14 (Per Amundsen, 02/21/2017 12:03 PM) → Revision 15/27 (Per Amundsen, 02/22/2017 10:36 AM)

h1. Plugins 

 See [[Scripting DLL|here]] for native DLL support. 

 See http://www.adiirc.com/docs/ for API  

 Docs can also be downloaded as a Help file here http://www.adiirc.com/docs/Documentation.chm 

 If you want an API for something not covered by the current API, please open an issue. 

 You can find the current AdiIRCAPI.dll in your [[Config_Files|AdiIRC config folder]]. 

 Plugins can load and use any DLL's including referencing all .NET frameworks DLL's and do P/Invoke, just like a regular .NET program. 

 If you get a "System.NotSupportedEception: An attempt was made to load an essembly from a network location" try unblock the dll file as shown here "here":https://blogs.msdn.microsoft.com/drew/2009/12/23/xunit-and-td-net-fixing-the-attempt-was-made-to-load-an-assembly-from-a-network-location-problem/ 

 ----------------------------------------------------------------------------- 

 _Added in 1.8_ 

 */plugins* 

 Gives focus to the Plugin Manager, opens a new Plugin Manager if it's closed. 

 _See also [[Plugins Dialog]]._