C# Class Bike.Interpreter.ImportContext

Mostra 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_oe property

protected string AddonLibFolders
return string

CoreLibFolder protected_oe property

protected string CoreLibFolder
return string

SearchPaths protected_oe property

protected List SearchPaths
return List