Method CreateArrayType
CreateArrayType(uint)
Array type factory for an array with elements of this type
public IArrayType CreateArrayType(uint count)
Parameters
countuintNumber of elements in the array
Returns
- IArrayType
IArrayType for the array
CreateArrayType(IDIBuilder, uint, uint)
Creates a type defining an array of elements of this type
public DebugArrayType CreateArrayType(IDIBuilder diBuilder, uint lowerBound, uint count)
Parameters
diBuilderIDIBuilderDebug information builder to use
lowerBounduintLower bound of the array
countuintCount of elements in the array