Share via


COR_TYPE_LAYOUT(COR_TYPEID, UInt32, UInt32, UInt32, CorElementType) Constructor

Definition

public COR_TYPE_LAYOUT (in Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID parentID, uint objectSize, uint numFields, uint boxOffset, Microsoft.VisualStudio.CorDebugInterop.CorElementType type);
new Microsoft.VisualStudio.CorDebugInterop.COR_TYPE_LAYOUT : COR_TYPEID * uint32 * uint32 * uint32 * Microsoft.VisualStudio.CorDebugInterop.CorElementType -> Microsoft.VisualStudio.CorDebugInterop.COR_TYPE_LAYOUT
Public Sub New (ByRef parentID As COR_TYPEID, objectSize As UInteger, numFields As UInteger, boxOffset As UInteger, type As CorElementType)

Parameters

parentID
COR_TYPEID
objectSize
UInt32
numFields
UInt32
boxOffset
UInt32

Applies to