I am using this for my base https://code.msdn.microsoft.com/CppHostCLR-e6581ee0/sourcecode?fileId=21953&pathId=1366553273
But in my VS2010 I cant get intellisense or go to declaration. I tried google, but it takes me to the .NET documentation.
For example I cant get arguments for (or find where its declared): spDefaultAppDomain->Load_2(bstrAssemblyName, &spAssembly);
_AppDomainPtr spDefaultAppDomain = NULL; _AppDomainPtr is basicly mscorlib::_AppDomain..
Sorry, since I don't have much experience in this type of coding I don't know how to properly formulate the question.
You can use OLEView.exe and scroll down to Type Libraries in the navigation pane, find the proper type library, right click and click View, there are the declarations.