Home
last modified time | relevance | path

Searched refs:loaded_runtime (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dmetahost.c245 if (This->loaded_runtime) in CLRRuntimeInfo_GetRuntimeHost()
247 *result = This->loaded_runtime; in CLRRuntimeInfo_GetRuntimeHost()
256 hr = RuntimeHost_Construct(This, ploaded_mono, &This->loaded_runtime); in CLRRuntimeInfo_GetRuntimeHost()
261 *result = This->loaded_runtime; in CLRRuntimeInfo_GetRuntimeHost()
285 if (runtimes[i].loaded_runtime) in unload_all_runtimes()
286 RuntimeHost_Destroy(runtimes[i].loaded_runtime); in unload_all_runtimes()
H A Dmscoree_private.h92 struct RuntimeHost *loaded_runtime; member