Method | Description | |
---|---|---|
FindLastSnapshot ( |
Returns the last (most recent) snapshot file in the PrevalenceEngine.PrevalenceBase folder or null when no snapshot exists.
|
|
FindLastSnapshot ( |
Returns the index of the last snapshot file in files.
|
|
GetFileInfoRange ( |
Creates a new array of count objects from files starting at index.
|
|
GetPrevalenceFilesSortedByName ( |
Returns a list with all the files in the PrevalenceBase folder sorted by name.
|
|
GetSnapshotFiles ( |
Returns all snapshot files in the PrevalenceEngine.PrevalenceBase folder sorted by filename.
|
|
GetUnnecessaryPrevalenceFiles ( |
Returns a list with all the files that are no longer necessary to restore the state of the prevalence system.
|
|
SortFilesByName ( |
Sorts the array by FileInfo.Name.
|
public static FindLastSnapshot ( |
||
engine | the prevalence engine | |
return |
public static FindLastSnapshot ( |
||
files | ||
return | int |
public static GetFileInfoRange ( |
||
files | source array | |
index | int | first index to copy |
count | int | items to be copied |
return | System.IO.FileInfo[] |
public static GetPrevalenceFilesSortedByName ( |
||
engine | the prevalence engine | |
return | System.IO.FileInfo[] |
public static GetSnapshotFiles ( |
||
engine | the prevalence engine | |
return | System.IO.FileInfo[] |
public static GetUnnecessaryPrevalenceFiles ( |
||
engine | the prevalence engine | |
return | System.IO.FileInfo[] |
public static SortFilesByName ( |
||
files | array to be sorted in place | |
return | void |