C# Класс Nibbler.PathFinder

This class trys to automatically find pathes to game folders etc and keeps track of them.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DictPathIdentifiers string>.Dictionary

Открытые методы

Метод Описание
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

Описание методов

GatherPathes() публичный Метод

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
Результат void

GetPath() публичный Метод

public GetPath ( string pathIdentifier ) : string
pathIdentifier string
Результат string

PathFinder() публичный Метод

public PathFinder ( ) : System
Результат System

QueryUserForPath() публичный Метод

public QueryUserForPath ( LoaderConfig form, string pathIdentifier ) : string
form LoaderConfig
pathIdentifier string
Результат string

Описание свойств

DictPathIdentifiers публичное свойство

public Dictionary DictPathIdentifiers
Результат string>.Dictionary