|
HRESULT | GetRuntime ([in] LPCWSTR pwzVersion, [in] REFIID iid, [out, iid_is(iid), retval] LPVOID *ppRuntime) |
|
HRESULT | GetVersionFromFile ([in] LPCWSTR pwzFilePath, [out, size_is(*pcchBuffer)] LPWSTR pwzBuffer, [in, out] DWORD *pcchBuffer) |
|
HRESULT | EnumerateInstalledRuntimes ([out, retval] IEnumUnknown **ppEnumerator) |
|
HRESULT | EnumerateLoadedRuntimes ([in] HANDLE hndProcess, [out, retval] IEnumUnknown **ppEnumerator) |
|
HRESULT | RequestRuntimeLoadedNotification ([in] RuntimeLoadedCallbackFnPtr pCallbackFunction) |
|
HRESULT | QueryLegacyV2RuntimeBinding ([in] REFIID riid, [out, iid_is(riid), retval] LPVOID *ppUnk) |
|
HRESULT | ExitProcess ([in] INT32 iExitCode) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 101 of file metahost.idl.
◆ EnumerateInstalledRuntimes()
◆ EnumerateLoadedRuntimes()
◆ ExitProcess()
◆ GetRuntime()
◆ GetVersionFromFile()
HRESULT ICLRMetaHost::GetVersionFromFile |
( |
[in] LPCWSTR |
pwzFilePath, |
|
|
[out, size_is(*pcchBuffer)] LPWSTR |
pwzBuffer, |
|
|
[in, out] DWORD * |
pcchBuffer |
|
) |
| |
◆ QueryLegacyV2RuntimeBinding()
HRESULT ICLRMetaHost::QueryLegacyV2RuntimeBinding |
( |
[in] REFIID |
riid, |
|
|
[out, iid_is(riid), retval] LPVOID * |
ppUnk |
|
) |
| |
◆ RequestRuntimeLoadedNotification()
The documentation for this interface was generated from the following file: