CodeChunkInfo 結構CodeChunkInfo Structure
代表記憶體中的單一程式碼區塊。Represents a single chunk of code in memory.
語法Syntax
typedef struct _CodeChunkInfo {
CORDB_ADDRESS startAddr;
ULONG32 length;
} CodeChunkInfo;
成員Members
memberMember | 描述Description |
---|---|
startAddr |
CORDB_ADDRESS 值,指定區塊的起始位址。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 System Requirements.
標頭: Cordebug.h .idlHeader: CorDebug.idl
程式庫: CorGuids.libLibrary: CorGuids.lib
.NET Framework 版本:自 2.0 起可用Available since 2.0.NET Framework Versions: 自 2.0 起可用Available since 2.0