C# 클래스 Bike.Interpreter.ImportContext

파일 보기 프로젝트 열기: buunguyen/bike

보호된 프로퍼티들

프로퍼티 타입 설명
AddonLibFolders string
CoreLibFolder string
SearchPaths List

보호된 메소드들

메소드 설명
ImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
ResolvePath ( string currentFolder, string filePath ) : string

비공개 메소드들

메소드 설명
SearchInFolder ( string folder, string filePath ) : string

메소드 상세

ImportContext() 보호된 메소드

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

ResolvePath() 보호된 메소드

protected ResolvePath ( string currentFolder, string filePath ) : string
currentFolder string
filePath string
리턴 string

프로퍼티 상세

AddonLibFolders 보호되어 있는 프로퍼티

protected string AddonLibFolders
리턴 string

CoreLibFolder 보호되어 있는 프로퍼티

protected string CoreLibFolder
리턴 string

SearchPaths 보호되어 있는 프로퍼티

protected List SearchPaths
리턴 List