C# Class KFreonLib.MEDirectories.MEDirectories

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
BIOGames List

Public Methods

Method Description
EnumerateGameFiles ( int GameVersion, List files, Predicate predicate = null ) : List
EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate predicate = null ) : List
GetDifferentDLCPath ( int game ) : string
GetDifferentPathBIOGame ( int game ) : string
GetDifferentPathCooked ( int game ) : string
MEDirectories ( ) : KFreonLib.Debugging
MEDirectories ( int game ) : KFreonLib.Debugging
SaveSettings ( List BIOGames ) : void
SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void
SetupPathing ( bool AskIfNotFound ) : List
SetupPaths ( int whichgame ) : int

Private Methods

Method Description
GetDefaultBIOGame ( int tempGameVersion ) : string

Method Details

EnumerateGameFiles() public static method

public static EnumerateGameFiles ( int GameVersion, List files, Predicate predicate = null ) : List
GameVersion int
files List
predicate Predicate
return List

EnumerateGameFiles() public static method

public static EnumerateGameFiles ( int GameVersion, string searchPath, bool recurse = true, Predicate predicate = null ) : List
GameVersion int
searchPath string
recurse bool
predicate Predicate
return List

GetDifferentDLCPath() public method

public GetDifferentDLCPath ( int game ) : string
game int
return string

GetDifferentPathBIOGame() public method

public GetDifferentPathBIOGame ( int game ) : string
game int
return string

GetDifferentPathCooked() public method

public GetDifferentPathCooked ( int game ) : string
game int
return string

MEDirectories() public method

public MEDirectories ( ) : KFreonLib.Debugging
return KFreonLib.Debugging

MEDirectories() public method

public MEDirectories ( int game ) : KFreonLib.Debugging
game int
return KFreonLib.Debugging

SaveSettings() public static method

public static SaveSettings ( List BIOGames ) : void
BIOGames List
return void

SetPaths() public method

public SetPaths ( string ME1Path = null, string ME2Path = null, string ME3Path = null ) : void
ME1Path string
ME2Path string
ME3Path string
return void

SetupPathing() public method

public SetupPathing ( bool AskIfNotFound ) : List
AskIfNotFound bool
return List

SetupPaths() public method

public SetupPaths ( int whichgame ) : int
whichgame int
return int

Property Details

BIOGames public_oe property

public List BIOGames
return List