Method CreateArrayType
CreateArrayType(uint)
Array type factory for an array with elements of this type
public IArrayType CreateArrayType(uint count)
Parameters
count
uintNumber 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
diBuilder
IDIBuilderDebug information builder to use
lowerBound
uintLower bound of the array
count
uintCount of elements in the array