Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AbstractFile Class / DoCopyToSetup Method


In This Topic
    DoCopyToSetup Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub DoCopyToSetup( _
       ByVal session As FileSystemEventsSession, _
       ByVal destination As FileSystemItem, _
       ByVal replaceExistingFiles As Boolean, _
       ByVal outputStream As Stream, _
       ByRef sourceStream As Stream, _
       ByRef destinationFile As AbstractFile, _
       ByRef destinationStream As Stream, _
       ByRef created As Boolean, _
       ByRef buffer() As Byte, _
       ByRef bufferOffset As Integer, _
       ByRef bufferSize As Integer _
    ) 
    'Usage
     
    Dim instance As AbstractFile
    Dim session As FileSystemEventsSession
    Dim destination As FileSystemItem
    Dim replaceExistingFiles As Boolean
    Dim outputStream As Stream
    Dim sourceStream As Stream
    Dim destinationFile As AbstractFile
    Dim destinationStream As Stream
    Dim created As Boolean
    Dim buffer() As Byte
    Dim bufferOffset As Integer
    Dim bufferSize As Integer
     
    instance.DoCopyToSetup(session, destination, replaceExistingFiles, outputStream, sourceStream, destinationFile, destinationStream, created, buffer, bufferOffset, bufferSize)
    public void DoCopyToSetup( 
       FileSystemEventsSession session,
       FileSystemItem destination,
       bool replaceExistingFiles,
       Stream outputStream,
       out Stream sourceStream,
       out AbstractFile destinationFile,
       out Stream destinationStream,
       out bool created,
       out byte[] buffer,
       out int bufferOffset,
       out int bufferSize
    )

    Parameters

    session
    destination
    replaceExistingFiles
    outputStream
    sourceStream
    destinationFile
    destinationStream
    created
    buffer
    bufferOffset
    bufferSize
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also