C# 클래스 BExplorer.Shell.AsyncUnbuffCopy

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer1 byte[]
Buffer2 byte[]
Buffer3 byte[]
CopyBufferSize int

공개 메소드들

메소드 설명
AsyncCopyFileUnbuffered ( string inputfile, string outputfile, bool overwrite, bool movefile, bool checksum, int buffersize, bool reportprogress ) : int
GetMD5HashFromInputFile ( ) : void
GetMD5HashFromOutputFile ( ) : void

비공개 메소드들

메소드 설명
AsyncReadFile ( ) : void
AsyncWriteFile ( ) : void

메소드 상세

AsyncCopyFileUnbuffered() 공개 메소드

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
리턴 int

GetMD5HashFromInputFile() 공개 메소드

public GetMD5HashFromInputFile ( ) : void
리턴 void

GetMD5HashFromOutputFile() 공개 메소드

public GetMD5HashFromOutputFile ( ) : void
리턴 void

프로퍼티 상세

Buffer1 공개적으로 정적으로 프로퍼티

public static byte[] Buffer1
리턴 byte[]

Buffer2 공개적으로 정적으로 프로퍼티

public static byte[] Buffer2
리턴 byte[]

Buffer3 공개적으로 정적으로 프로퍼티

public static byte[] Buffer3
리턴 byte[]

CopyBufferSize 공개적으로 정적으로 프로퍼티

public static int CopyBufferSize
리턴 int