C# Class SharpUV.FileCopy

Afficher le fichier Open project: gigi81/sharpuv Class Usage Examples

Méthodes publiques

Méthode Description
FileCopy ( string source, string destination, Action completed ) : System

Private Methods

Méthode Description
FileClosed ( object sender, UvArgs e ) : void
FileCompleted ( ) : void
FileOpened ( object sender, UvArgs e ) : void
GetArgs ( ) : UvArgs

Method Details

FileCopy() public méthode

public FileCopy ( string source, string destination, Action completed ) : System
source string
destination string
completed Action
Résultat System