Method | Description | |
---|---|---|
DoesFileMatchPatchList ( string file, string targetFile, IEnumerable |
||
GetBackupForModified ( string path ) : string | ||
GetBackupForOriginal ( string path ) : string | ||
IsFilePatched ( string file ) : bool | ||
LoadAppInfoFactory ( string assembly ) : |
||
RestorePatchedFile ( string file ) : void | ||
RestorePatchedFiles ( AppInfo appInfo, IEnumerable |
||
SwitchFilesSafely ( string takeFileFromPath, string putItHere, string putExistingIn ) : bool |
Method | Description | |
---|---|---|
GetNonCollidingBackupName ( string path, int timesToTry = 10 ) : string | ||
ReadPatchedFileMetadata ( string file ) : IEnumerable |
public static DoesFileMatchPatchList ( string file, string targetFile, IEnumerable |
||
file | string | |
targetFile | string | |
patches | IEnumerable |
|
return | bool |
public static GetBackupForModified ( string path ) : string | ||
path | string | |
return | string |
public static GetBackupForOriginal ( string path ) : string | ||
path | string | |
return | string |
public static IsFilePatched ( string file ) : bool | ||
file | string | |
return | bool |
public static LoadAppInfoFactory ( string assembly ) : |
||
assembly | string | |
return |
public static RestorePatchedFile ( string file ) : void | ||
file | string | |
return | void |
public static RestorePatchedFiles ( AppInfo appInfo, IEnumerable |
||
appInfo | AppInfo | |
seq | IEnumerable |
|
return | void |
public static SwitchFilesSafely ( string takeFileFromPath, string putItHere, string putExistingIn ) : bool | ||
takeFileFromPath | string | |
putItHere | string | |
putExistingIn | string | |
return | bool |