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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.