Bagikan melalui


COR_ARRAY_LAYOUT Constructor

Definition

public COR_ARRAY_LAYOUT (in Microsoft.VisualStudio.CorDebugInterop.COR_TYPEID componentID, Microsoft.VisualStudio.CorDebugInterop.CorElementType componentType, uint firstElementOffset, uint elementSize, uint countOffset, uint rankSize, uint numRanks, uint rankOffset);
new Microsoft.VisualStudio.CorDebugInterop.COR_ARRAY_LAYOUT : COR_TYPEID * Microsoft.VisualStudio.CorDebugInterop.CorElementType * uint32 * uint32 * uint32 * uint32 * uint32 * uint32 -> Microsoft.VisualStudio.CorDebugInterop.COR_ARRAY_LAYOUT
Public Sub New (ByRef componentID As COR_TYPEID, componentType As CorElementType, firstElementOffset As UInteger, elementSize As UInteger, countOffset As UInteger, rankSize As UInteger, numRanks As UInteger, rankOffset As UInteger)

Parameters

componentID
COR_TYPEID
componentType
CorElementType
firstElementOffset
UInt32
elementSize
UInt32
countOffset
UInt32
rankSize
UInt32
numRanks
UInt32
rankOffset
UInt32

Applies to