VBCorLib is a Visual Basic 6 implementation of many classes found in the .NETframework. The classes within VBCorLib can be used nearly identically as the .NET counterpart. This allows for easy data sharing between a .NET application and VB6.
The best library to work with .Net Assemblies in any programming lang.
...The following examples illustrate when you need to use DotNetNativeInterface native methods:
1. You want to access and use .NetFramework Class Library in your application.
2. You want to access and use 3rd party .Net Libraries in your application.
Competitive Advantages:
1. Access to .NetFramework Class Library.
2. No COM registration of .Net Libraries is required when deployed.
3. Allows any programming language to consume .Net libraries as if they were native code.