CLR . , [ComVisible] CLR CorBindToRuntimeEx() - . DLL, ++/CLI thunk , CLR. , , .
ref class Bootstrap
{
public:
static void Initialize() {
// etc..
}
};
extern "C" __declspec(dllexport)
void __stdcall LoadAndInitialize()
{
Bootstrap::Initialize();
}
, . Marshal:: GetDelegateForFunctionPointer(). #pragma, .