Searched refs:CorBindToRuntime (Results 1 – 1 of 1) sorted by relevance
128 cbtr_t CorBindToRuntime; in dotnet_bind_runtime() local137 CorBindToRuntime = (cbtr_t) GetProcAddress(mscoree, "CorBindToRuntime"); in dotnet_bind_runtime()138 if (CorBindToRuntime == NULL) { in dotnet_bind_runtime()150 hr = CorBindToRuntime(oleversion, NULL, &CLSID_CorRuntimeHost, &IID_ICorRuntimeHost, ppv); in dotnet_bind_runtime()
Completed in 6 milliseconds