CustomDumpItem Structure
Describes an item to be added to a custom dump in error reporting.
Syntax
struct {
ECustomDumpItemKind itemKind;
union {
UINT_PTR pReserved;
}
} CustomDumpItem;
Members
Member | Description |
---|---|
itemKind |
An ECustomDumpItemKind value that indicates the kind of item to be added. |
pReserved |
Not currently used. Any items added to the union must be no larger than pointer size. If a struct is required, you must allocate it separately and point to it. |
Remarks
ICLRErrorReportingManager::BeginCustomDump takes a parameter of type CustomDumpItem
.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา