C# 클래스 System.Configuration.Internal.WriteFileContext

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttemptMove bool
Complete void
DuplicateFileAttributes void
DuplicateTemplateAttributes void
FileIsWriteLocked bool
ReplaceFile void
ValidateWriteAccess void
WriteFileContext System.Configuration
WriteFileContext System.Configuration

비공개 메소드들

메소드 설명
AttemptMove ( string Source, string Target ) : bool
Complete ( string filename, bool success ) : void
DuplicateFileAttributes ( string source, string destination ) : void
DuplicateTemplateAttributes ( string source, string destination ) : void
FileIsWriteLocked ( string FileName ) : bool
ReplaceFile ( string Source, string Target ) : void
ValidateWriteAccess ( string filename ) : void
WriteFileContext ( ) : System.Configuration
WriteFileContext ( string filename, string templateFilename ) : System.Configuration