ICorDebugProcess5::GetArrayLayout Method
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
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.