C# 클래스 Nibbler.PathFinder

This class trys to automatically find pathes to game folders etc and keeps track of them.
파일 보기 프로젝트 열기: dcramer/nibbits-maploader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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