B2S.Server Plugin Interface
Interface library for B2S.Server plugins
Go to:
Overview 
 All Classes Namespaces Files Functions Properties Pages
IDirectPlugin.cs File Reference

Go to the source code of this file.

Classes

interface  B2SServerPluginInterface.IDirectPlugin
 Interface for plugins for the B2S Server.
All plugins must implement this interface to be recognized by the B2S Server. In addition they also have to export the class implementing the interface using the following attribute [Export(typeof(B2SServerPluginInterface.IDirectPlugin))] in c# or <Export(GetType(B2SServerPluginInterface.IDirectPlugin))> for VB.net. Please refer to the documentation of the B2S.Server Sample Plugin Project (http://directoutput.github.com/B2SServerSamplePlugin/) for more information on plugins. More...
 

Namespaces

package  B2SServerPluginInterface
 Namespace containing the interfaces for B2S.Sever plugins.