หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Represents a single chunk of code in memory.
Syntax
typedef struct _CodeChunkInfo {
CORDB_ADDRESS startAddr;
ULONG32 length;
} CodeChunkInfo;
Members
| Member | Description |
|---|---|
startAddr |
A CORDB_ADDRESS value that specifies the starting address of the chunk. |
length |
The size, in bytes, of the chunk. |
Remarks
The single chunk of code is a region of native code that is part of a code object such as a function.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา