Provides functionality similar to that of the ICorRuntimeHost interface provided in the .NET Framework version 1, with the following changes:
The addition of the SetHostControl method to set the host control interface.
The omission of some methods provided by ICorRuntimeHost
.
SetHostControl
before calling Start
. Start Method Initializes the CLR into a process. Stop Method Stops the execution of code by the runtime. UnloadAppDomain Method Unloads the AppDomain that corresponds to the specified numeric identifier. Remarks
Starting with the .NET Framework 4, use the ICLRMetaHost interface to get a pointer to the ICLRRuntimeInfo interface, and then call the ICLRRuntimeInfo::GetInterface method to get a pointer to ICLRRuntimeHost
. In earlier versions of the .NET Framework, the host gets a pointer to an ICLRRuntimeHost
instance by calling CorBindToRuntimeEx or CorBindToCurrentRuntime. To provide implementations of any of the technologies provided in .NET Framework version 2.0, you must use ICLRRuntimeHost
instead of ICorRuntimeHost
.
Important
Do not call the Start method before calling the ExecuteApplication method to activate a manifest-based application. If the Start
method is called first, the ExecuteApplication
method call will fail.
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0
See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4