C# Class Bike.Interpreter.ImportContext

Afficher le fichier Open project: buunguyen/bike

Protected Properties

Свойство Type Description
AddonLibFolders string
CoreLibFolder string
SearchPaths List

Méthodes protégées

Méthode Description
ImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
ResolvePath ( string currentFolder, string filePath ) : string

Private Methods

Méthode Description
SearchInFolder ( string folder, string filePath ) : string

Method Details

ImportContext() protected méthode

protected ImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
Résultat System.Collections.Generic

ResolvePath() protected méthode

protected ResolvePath ( string currentFolder, string filePath ) : string
currentFolder string
filePath string
Résultat string

Property Details

AddonLibFolders protected_oe property

protected string AddonLibFolders
Résultat string

CoreLibFolder protected_oe property

protected string CoreLibFolder
Résultat string

SearchPaths protected_oe property

protected List SearchPaths
Résultat List