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
Package B2SServerSamplePluginCSharp

Main namespace of the B2SServerSamplePlugin.
More...

Classes

class  Frontend
 Frontend for the B2S.Server Smaple Plugin. More...
 
class  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...
 

Detailed Description

Main namespace of the B2SServerSamplePlugin.

Remarks
Change the name of the namespace to match your own project, when reusing the code.