C# Class BExplorer.Shell.AsyncUnbuffCopy

Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Buffer1 byte[]
Buffer2 byte[]
Buffer3 byte[]
CopyBufferSize int

Méthodes publiques

Méthode Description
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress ) : int
GetMD5HashFromInputFile ( ) : void
GetMD5HashFromOutputFile ( ) : void

Private Methods

Méthode Description
AsyncReadFile ( ) : void
AsyncWriteFile ( ) : void

Method Details

AsyncCopyFileUnbuffered() public méthode

public AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress ) : int
inputfile string
outputfile string
overwrite bool
movefile bool
checksum bool
buffersize int
reportprogress bool
Résultat int

GetMD5HashFromInputFile() public méthode

public GetMD5HashFromInputFile ( ) : void
Résultat void

GetMD5HashFromOutputFile() public méthode

public GetMD5HashFromOutputFile ( ) : void
Résultat void

Property Details

Buffer1 public_oe static_oe property

public static byte[] Buffer1
Résultat byte[]

Buffer2 public_oe static_oe property

public static byte[] Buffer2
Résultat byte[]

Buffer3 public_oe static_oe property

public static byte[] Buffer3
Résultat byte[]

CopyBufferSize public_oe static_oe property

public static int CopyBufferSize
Résultat int