C# 클래스 OfficialPlugins.ProjectCopier.CopyManager

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

Private Properties

프로퍼티 타입 설명
BeginCopying void
CopyIndividualFile void
GetIfShouldCopyAccordingToDates bool
GetListOfAllFilesToCopy List
PerformCopy void
TryLoadOrCreateSettings bool

공개 메소드들

메소드 설명
CopyManager ( ) : System
GetWhyCantCopy ( ) : string

비공개 메소드들

메소드 설명
BeginCopying ( bool shouldSave = true ) : void
CopyIndividualFile ( string targetDirectory, int &processedCount, int &countCopied, int &errorCount, int &skippedCount, int totalCount, string fileUnmodified ) : void
GetIfShouldCopyAccordingToDates ( string fileUnmodified, string destination, CopyingDetermination determination ) : bool
GetListOfAllFilesToCopy ( string whereToCopyFrom ) : List
PerformCopy ( ) : void
TryLoadOrCreateSettings ( ) : bool

메소드 상세

CopyManager() 공개 메소드

public CopyManager ( ) : System
리턴 System

GetWhyCantCopy() 공개 메소드

public GetWhyCantCopy ( ) : string
리턴 string