إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Contains values that indicate which items to include in a custom subset of a heap dump when reporting errors.
Syntax
typedef enum {
DUMP_FLAVOR_Mini = 1,
DUMP_FLAVOR_NonHeapCLRState = 2
} ECustomDumpFlavor;
Members
| Member | Description |
|---|---|
DUMP_FLAVOR_Mini |
Specifies that the custom heap dump should start as a minidump and include extra data specified by any CustomDumpItem instances passed to the same method. |
DUMP_FLAVOR_NonHeapCLRState |
Specifies that the custom heap dump should gather all runtime state data that was not dynamically allocated. |
Remarks
A parameter of type ECustomDumpFlavor is passed to the ICLRErrorReportingManager::BeginCustomDump method.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.