C# Класс System.Configuration.Internal.WriteFileContext

Показать файл Открыть проект Примеры использования класса

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