B2S.Server Sample Plugin
Sample plugin implementation for the B2S.Server
Switch to B2S.Server Plugin Interface Documentation 
 All Classes Namespaces Files Functions Properties Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NB2SServerSamplePluginCSharpMain namespace of the B2SServerSamplePlugin.
 oCFrontendFrontend for the B2S.Server Smaple Plugin.
 \CSamplePluginCSharpMain class of the B2S.Server plugin.
This class must implement the IDirectPlugin interface provided by the B2SServerPluginInterface.dll.
If a plugin provides a frontend the IDirectPluginFrontend interface has to be implemented as well.
For plugins wanting to receive updates on important PinMame actions the IDirectPluginPinMame interface has to be implemented.

In addition to the implementation of the necessary interfaces, the class has to be exported for the use with MEF using the following attribute Export(typeof(B2SServerPluginInterface.IDirectPlugin)))> would be the same)