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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.