C# Class Nibbler.PathFinder

This class trys to automatically find pathes to game folders etc and keeps track of them.
Afficher le fichier Open project: dcramer/nibbits-maploader Class Usage Examples

Méthodes publiques

Свойство Type Description
DictPathIdentifiers string>.Dictionary

Méthodes publiques

Méthode Description
GatherPathes ( ) : void

Tries to find game pathes etc. in the registry or other places and stores them in a Dictionary. Must be called before pathes are accessed through GetPath.

GetPath ( string pathIdentifier ) : string
PathFinder ( ) : System
QueryUserForPath ( LoaderConfig form, string pathIdentifier ) : string

Method Details

GatherPathes() public méthode

Tries to find game pathes etc. in the registry or other places and stores them in a Dictionary. Must be called before pathes are accessed through GetPath.
public GatherPathes ( ) : void
Résultat void

GetPath() public méthode

public GetPath ( string pathIdentifier ) : string
pathIdentifier string
Résultat string

PathFinder() public méthode

public PathFinder ( ) : System
Résultat System

QueryUserForPath() public méthode

public QueryUserForPath ( LoaderConfig form, string pathIdentifier ) : string
form LoaderConfig
pathIdentifier string
Résultat string

Property Details

DictPathIdentifiers public_oe property

public Dictionary DictPathIdentifiers
Résultat string>.Dictionary