C# Class SharpUV.FileCopy

ファイルを表示 Open project: gigi81/sharpuv Class Usage Examples

Public Methods

Method Description
FileCopy ( string source, string destination, Action completed ) : System

Private Methods

Method Description
FileClosed ( object sender, UvArgs e ) : void
FileCompleted ( ) : void
FileOpened ( object sender, UvArgs e ) : void
GetArgs ( ) : UvArgs

Method Details

FileCopy() public method

public FileCopy ( string source, string destination, Action completed ) : System
source string
destination string
completed Action
return System