C# 클래스 System.IO.Tests.File_Replace_str_str_str

상속: System.IO.Tests.FileSystemTest
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Replace ( string source, string dest, string destBackup ) : void
Replace ( string source, string dest, string destBackup, bool ignoreMetadataErrors ) : void

비공개 메소드들

메소드 설명
Backup_FileCopiedAndDeleted_DestCopied ( bool backupExists, bool ignoreMetadataErrors ) : void
InvalidFileNames ( ) : void
NoBackup_FileCopiedAndDeleted ( ) : void
NonExistentDestPath_ThrowsException ( ) : void
NonExistentSourcePath_ThrowsException ( ) : void
NullFileName ( ) : void

메소드 상세

Replace() 공개 메소드

public Replace ( string source, string dest, string destBackup ) : void
source string
dest string
destBackup string
리턴 void

Replace() 공개 메소드

public Replace ( string source, string dest, string destBackup, bool ignoreMetadataErrors ) : void
source string
dest string
destBackup string
ignoreMetadataErrors bool
리턴 void