.NET bindings for PDK

Post your feature requests here. Note that we cannot promise that any of these posts will be commented on or that requested features will be implemented.
Post Reply
neilhewitt
Posts: 49
Joined: Mon Jan 09, 2012 12:29 am

.NET bindings for PDK

Post by neilhewitt »

I would dearly like to be able to develop PDK add-ons using C# and .NET rather than C++.

It ought to be possible to create a shim DLL that registers as an add-in and hosts the .NET CLR so that it can load and execute .NET assemblies, and expose a set of PDK API bindings that can be used from .NET code.

While this would not give the greatest performance vs C++, it would expand the opportunities for .NET developers beyond SimConnect and would be very welcome indeed.
Post Reply