B2S.Server Sample Plugin
Sample plugin implementation for the B2S.Server
Go to:
Overview 
 All Classes Namespaces Files Functions Properties Pages
SamplePluginCSharp.cs File Reference

Go to the source code of this file.

Classes

class  B2SServerSamplePluginCSharp.SamplePluginCSharp
 Main 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). More...
 

Namespaces

package  B2SServerSamplePluginCSharp
 Main namespace of the B2SServerSamplePlugin.