CopyTo Method (array, arrayIndex)

DTF API

Copy image CopyHover image
Deployment Tools Foundation CopyTo Method (array, arrayIndex)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableCollectionCopyTo(array<TableInfo>[]()[][], Int32)
Copies the table information from this collection into an array.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void CopyTo(
	TableInfo[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As TableInfo(),
	arrayIndex As Integer
)
public:
virtual void CopyTo(
	array<TableInfo^>^ array, 
	int arrayIndex
) sealed
abstract CopyTo : 
        array : TableInfo[] * 
        arrayIndex : int -> unit 
override CopyTo : 
        array : TableInfo[] * 
        arrayIndex : int -> unit 
Parameters
array (array<TableInfo>[]()[][])
destination array to be filed
arrayIndex (Int32)
offset into the destination array where copying begins

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)