CorRuntimeHost Coclass
Provides interfaces for managing applications that are being executed by the common language runtime.
coclass CorRuntimeHost {
[default] interface ICorRuntimeHost;
interface IGCHost;
interface ICorConfiguration;
interface IValidator;
interface IDebuggerInfo;
};
Interfaces
Interface |
Description |
---|---|
Provides methods for configuring the common language runtime (CLR). |
|
Provides methods that enable the host to start and stop the common language runtime explicitly, to create and configure application domains, to access the default domain, and to enumerate all domains running in the process. |
|
Provides methods for obtaining information about the state of the debugging services. |
|
Provides methods for obtaining information about the garbage collection system and for controlling some aspects of garbage collection. |
|
Provides methods for validation of portable executable images and detailed reporting of validation errors. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0