C# 클래스 UBCopy.UBCopySetup

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

공개 프로퍼티들

프로퍼티 타입 설명
Buffersize int
BytesCopied System.Int64
BytesSecond int
Checksumfiles bool
Destinationfile string
DictonaryLocker object
FileList Stack
ForceCopy bool
Listlocked bool
Movefile bool
Overwritedestination bool
Reportprogres bool
SyncFolders bool
SynchronousFileCopySize int

공개 메소드들

메소드 설명
TraverseTree ( string root ) : void

get a list of all files and folders and push them into the queue

메소드 상세

TraverseTree() 공개 정적인 메소드

get a list of all files and folders and push them into the queue
public static TraverseTree ( string root ) : void
root string
리턴 void

프로퍼티 상세

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

public static int Buffersize
리턴 int

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

public static Int64,System BytesCopied
리턴 System.Int64

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

public static int BytesSecond
리턴 int

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

public static bool Checksumfiles
리턴 bool

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

public static string Destinationfile
리턴 string

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

public static object DictonaryLocker
리턴 object

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

public static Stack FileList
리턴 Stack

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

public static bool ForceCopy
리턴 bool

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

public static bool Listlocked
리턴 bool

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

public static bool Movefile
리턴 bool

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

public static bool Overwritedestination
리턴 bool

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

public static bool Reportprogres
리턴 bool

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

public static bool SyncFolders
리턴 bool

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

public static int SynchronousFileCopySize
리턴 int