C# Class System.Configuration.Internal.WriteFileContext

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
AttemptMove bool
Complete void
DuplicateFileAttributes void
DuplicateTemplateAttributes void
FileIsWriteLocked bool
ReplaceFile void
ValidateWriteAccess void
WriteFileContext System.Configuration
WriteFileContext System.Configuration

Private Methods

Méthode Description
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