The wwDotNetBridge class provides a host of COM support functions for Visual FoxPro. It allows you to host the .NET runtime without relying on COM interop to load types, rather it acts as a proxy for instantiation and other tasks.

This library can be used itself to load .NET and types, or you can use it as a helper with COM interop in which case you have to instantiate it as a COM object and call its methods directly rather than using the FoxPro helper class.