C# Class Bike.Interpreter.ImportContext

Show file Open project: buunguyen/bike

Protected Properties

Property Type Description
AddonLibFolders string
CoreLibFolder string
SearchPaths List

Protected Methods

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

Private Methods

Method Description
SearchInFolder ( string folder, string filePath ) : string

Method Details

ImportContext() protected method

protected ImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
return System.Collections.Generic

ResolvePath() protected method

protected ResolvePath ( string currentFolder, string filePath ) : string
currentFolder string
filePath string
return string

Property Details

AddonLibFolders protected property

protected string AddonLibFolders
return string

CoreLibFolder protected property

protected string CoreLibFolder
return string

SearchPaths protected property

protected List SearchPaths
return List