إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Provides interfaces for managing applications that are being executed by the common language runtime.
Syntax
coclass CorRuntimeHost {
[default] interface ICorRuntimeHost;
interface IGCHost;
interface ICorConfiguration;
interface IValidator;
interface IDebuggerInfo;
};
Interfaces
| Interface | Description |
|---|---|
| ICorConfiguration Interface | Provides methods for configuring the common language runtime (CLR). |
| ICorRuntimeHost Interface | 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. |
| IDebuggerInfo Interface | Provides methods for obtaining information about the state of the debugging services. |
| IGCHost Interface | Provides methods for obtaining information about the garbage collection system and for controlling some aspects of garbage collection. |
| "IValidator" | Provides methods for validation of portable executable images and detailed reporting of validation errors. |
Requirements
Platforms: See System Requirements.
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 1.0
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.