Extras Bridge


Version: 1.1.2.0
Category:
Scripts
C#
Requirements:
Seller:
Price:
-
System:
Rating:
4.6
License:

Description - Extras Bridge



This is helpful whenever a developer cannot export function from his DLLs, he`s struggling with unloading .NET plugins from Skype`s Process space or he wants his .NET plugin to be hosted by the Skype Plugin Manager.The Extras Bridge dynamically linked library is registered with Skype as a Type-B plugin.To fully support runtime load/unload feature, it spawns a child process Extras Host. Together they will act as lightweight Mediator Between Skype and your plugin implementation. The host process inspects all the dll assemblies, from within its own directory, looking for first non-abstract public class implementing IPluginFactory.When found, it is going to use it to instantiate your ISkypePluginB implementation.



More in C#-Extras Bridge

Skype Process Extras Bridge Lightweight Mediator Between