C# 클래스 withSIX.Mini.Plugin.Arma.Services.UserconfigProcessor.UserconfigBackupAndClean

상속: UserconfigProcessorBase
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
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