CopyTo Method (array, arrayIndex)

Microsoft Deployment Tools

Deployment Tools Foundation CopyTo Method (array, arrayIndex)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceMediaListCopyTo(array<MediaDisk>[]()[], Int32)
Copies the source media info from this list into an array.
Declaration Syntax
C# Visual Basic Visual C++
public void CopyTo(
	MediaDisk[] array,
	int arrayIndex
)
Public Sub CopyTo ( _
	array As MediaDisk(), _
	arrayIndex As Integer _
)
public:
virtual void CopyTo(
	array<MediaDisk>^ array, 
	int arrayIndex
) sealed
Parameters
array (array< MediaDisk >[]()[])
destination array to be filed
arrayIndex (Int32)
offset into the destination array where copying begins

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)