Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about the layout of array types.
Syntax
HRESULT GetArrayLayout( [in] COR_TYPEID id, [out] COR_ARRAY_LAYOUT *pLayout);
Parameters
id
[in] A COR_TYPEID token that specifies the array whose layout is desired.
pLayout
[out] A pointer to a COR_ARRAY_LAYOUT structure that contains information about the layout of the array in memory.
Remarks
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.5