ICorDebugProcess5.GetTypeLayout(COR_TYPEID, COR_TYPE_LAYOUT) Method

Definition

public:
 int GetTypeLayout(Microsoft::VisualStudio::CorDebugInterop::COR_TYPEID id, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::COR_TYPE_LAYOUT % pLayout);
public int GetTypeLayout (Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID id, out Microsoft.VisualStudio.CorDebugInterop.COR_TYPE_LAYOUT pLayout);
abstract member GetTypeLayout : Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID * COR_TYPE_LAYOUT -> int
Public Function GetTypeLayout (id As COR_TYPEID, ByRef pLayout As COR_TYPE_LAYOUT) As Integer

Parameters

pLayout
COR_TYPE_LAYOUT

Returns

Applies to