Method |
Description |
|
CopyFileEx ( string lpExistingFileName, string lpNewFileName, CopyProgressRoutine lpProgressRoutine, IntPtr lpData, int &pbCancel, CopyFileFlags dwCopyFlags ) : bool |
|
|
CopyInternal ( string source, string destination, bool overwrite, bool nobuffering, EventHandler handler ) : void |
|
|
CopyProgressHandler ( long total, long transferred, long streamSize, long streamByteTrans, uint dwStreamNumber, CopyProgressCallbackReason reason, IntPtr hSourceFile, IntPtr hDestinationFile, IntPtr lpData ) : CopyProgressResult |
|
|
OnCompleted ( ) : void |
|
|
OnProgressChanged ( double percent ) : void |
|
|
XCopy ( ) : System |
|
|