dotnet plugin: Switch to P/Invoke.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 3 Dec 2010 10:17:48 +0000 (11:17 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 5 Apr 2012 08:22:02 +0000 (10:22 +0200)
commit337ba7d49e5fddc3414af35c44953ece18a0753a
treef06466209544c3d0d88b56834fec42723ef2f97b
parent31706e31a88c347c1154dcc71754d8eb21effcad
dotnet plugin: Switch to P/Invoke.

This is easier since most of the marshaling is done by the CLR.

Thanks to "ki9a" from the #mono IRC channel for his help with this!
bindings/csharp/collectd.cs
bindings/csharp/test.cs
src/dotnet.c