ICorDebugProcess5::GetArrayLayout 方法

提供有关数组类型布局的信息。

语法

HRESULT GetArrayLayout(    [in] COR_TYPEID id,     [out] COR_ARRAY_LAYOUT *pLayout);  

参数

id
[in] COR_TYPEID 标记,用于指定需要其布局的类型。

pLayout
[out] 一个指针,指向包含有关内存中对象布局的信息的 COR_TYPE_LAYOUT 结构。

备注

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 4.5 起可用

请参阅