C# Класс withSIX.Play.Core.Games.Legacy.Arma.UserconfigBackupAndClean

Наследование: UserconfigProcessorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessBackupAndCleanInstall ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigClean ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void

Приватные методы

Метод Описание
BackupExistingUserconfig ( string uconfigPath ) : void
TryUserconfigDirectoryOverwrite ( IAbsoluteDirectoryPath path, IAbsoluteDirectoryPath uconfigPath ) : void
TryUserconfigUnpackOverwrite ( IAbsoluteFilePath path, IAbsoluteDirectoryPath gamePath ) : void

Описание методов

ProcessBackupAndCleanInstall() публичный Метод

public ProcessBackupAndCleanInstall ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Результат void

TryUserconfigClean() публичный Метод

public TryUserconfigClean ( string path, IAbsoluteDirectoryPath gamePath, IAbsoluteDirectoryPath uconfig, IAbsoluteDirectoryPath uconfigPath ) : void
path string
gamePath IAbsoluteDirectoryPath
uconfig IAbsoluteDirectoryPath
uconfigPath IAbsoluteDirectoryPath
Результат void