Home
last modified time | relevance | path

Searched refs:mscoree (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c126 HMODULE mscoree; in dotnet_bind_runtime() local
132 mscoree = LoadLibraryA("mscoree.dll"); in dotnet_bind_runtime()
133 if (mscoree == NULL) { in dotnet_bind_runtime()
137 CorBindToRuntime = (cbtr_t) GetProcAddress(mscoree, "CorBindToRuntime"); in dotnet_bind_runtime()
139 FreeLibrary(mscoree); in dotnet_bind_runtime()
153 FreeLibrary(mscoree); in dotnet_bind_runtime()
H A Dconfig.w3212 CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET');
/php-src/ext/com_dotnet/tests/
H A Dbug73679.phpt8 if (!class_exists("dotnet")) die("skip mscoree not available");
H A Dbug77177.phpt7 if (!class_exists("dotnet")) die("skip mscoree not available");

Completed in 8 milliseconds