ICorDebugProcess5::GetArrayLayout 方法

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

语法

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

参数

id [in]一个 COR_TYPEID 标记,指定其布局所需的数组。

pLayout[out]指向COR_ARRAY_LAYOUT结构的指针,其中包含有关内存中数组布局的信息。

注解

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 4.5 起可用

请参阅