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
Работете съвместно с нас в GitHub
Източникът за това съдържание може да бъде намерен в GitHub, където можете също да създавате и преглеждате проблеми и да изтегляте искания. За повече информация вижте нашето ръководство за сътрудник.