Plugin Source Code Examples www

xlobby docs (works in progress)

Plugin Source Code Examples www

Postby stevenhanna6 on Fri Apr 01, 2005 3:04 am

#
##
Sample C# source code for making your own plugin.
###
<p></p><h3>Plugin Source Code Examples:</h3>
<br>
<i>XUsbUirt Plugin (IR-TL), xusbuirt.dll</i><br>
<a href="/files/stevenhanna6/plugins/xusbuirt-source.zip">download source code</a>
<p></p>This is the actual C# source code used for the usbuirt ir plugin, it should help you if you want to create another IR plugin for xlobby. There are currently three types of IR plugins you can make.
<p></p><ul ><li>"IR" receive only
</li><li>"IR-T" receive and transmit
</li><li>"IR-TL" receive, transmit and learn
</li></ul><br>
<i>XStats Plugin, xstats.dll</i><br>
<a href="/files/stevenhanna6/plugins/xstats-source.zip">download source code</a>
<p></p>I very simple stats plugin, it is incomplete but it does work. I don't have time to improve this plugin anymore, just use it as an example. Or if you want you can make your own stats plugin based off of it, xstats use the ManagementClass which can access an insane amount of information.
<p></p>These links should help you out if you want to find out exactly what you have access to.<br>
<a href='http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_classes.asp'>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_classes.asp<br></a>
<a href='http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_processor.asp'>http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_processor.asp<br></a>
<a href='http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_operatingsystem.asp'>http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_operatingsystem.asp<br></a>
<p></p>
stevenhanna6
 
Posts: 904
Joined: Tue Feb 18, 2003 10:39 am
Location: Ontario, Canada