ICorRuntimeHost Interface
Provides methods that enable the host to start and stop the common language runtime (CLR) explicitly, to create and configure application domains, to access the default domain, and to enumerate all domains running in the process.
In .NET Framework version 2.0, this interface is superseded by ICLRRuntimeHost.
Methods
Method | Description |
---|---|
CloseEnum Method | Resets a domain enumerator back to the beginning of the domain list. |
CreateDomain Method | Creates an application domain. The caller receives an interface pointer of type _AppDomain to an instance of type System.AppDomain. |
CreateDomainEx Method | Creates an application domain. This method allows the caller to pass an IAppDomainSetup instance to configure additional features of the returned _AppDomain instance. |
CreateDomainSetup Method | Gets an interface pointer of type IAppDomainSetup to an AppDomainSetup instance. IAppDomainSetup provides methods to configure aspects of an application domain before it is created. |
CreateEvidence Method | Gets an interface pointer of type IIdentity, which allows the host to create security evidence to pass to CreateDomain or CreateDomainEx. |
CreateLogicalThreadState Method | Do not use. |
CurrentDomain Method | Gets an interface pointer of type _AppDomain that represents the domain loaded on the current thread. |
DeleteLogicalThreadState Method | Do not use. |
EnumDomains Method | Gets an enumerator for the domains in the current process. |
GetConfiguration Method | Gets an object that allows the host to specify the callback configuration of the CLR. |
GetDefaultDomain Method | Gets an interface pointer of type _AppDomain that represents the default domain for the current process. |
LocksHeldByLogicalThread Method | Do not use. |
MapFile Method | Maps the specified file into memory. This method is obsolete. |
NextDomain Method | Gets an interface pointer to the next domain in the enumeration. |
Start Method | Starts the CLR. |
Stop Method | Stops the execution of code in the runtime for the current process. |
SwitchInLogicalThreadState Method | Do not use. |
SwitchOutLogicalThreadState Method | Do not use. |
UnloadDomain Method | Unloads the specified application domain from the current process. |
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 1.0, 1.1
See also
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.