Deployment Tools Foundation
CopyTo Method (array, arrayIndex)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SourceList ► CopyTo(array<String>[]()[][], Int32)
Copies the network and URL sources from this list into an array.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void CopyTo( string[] array, int arrayIndex )
Public Sub CopyTo ( array As String(), arrayIndex As Integer )
public: virtual void CopyTo( array<String^>^ array, int arrayIndex ) sealed
abstract CopyTo : array : string[] * arrayIndex : int -> unit override CopyTo : array : string[] * arrayIndex : int -> unit
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)