C# 클래스 Bike.Interpreter.BikeImportContext

상속: ImportContext
파일 보기 프로젝트 열기: buunguyen/bike 1 사용 예제들

공개 메소드들

메소드 설명
BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string

비공개 메소드들

메소드 설명
ImportBikeFile ( string filePath, bool &alreadyImported ) : string

메소드 상세

BikeImportContext() 공개 메소드

public BikeImportContext ( BikeImportContext other ) : System.Collections.Generic
other BikeImportContext
리턴 System.Collections.Generic

BikeImportContext() 공개 메소드

public BikeImportContext ( string coreLibFolder, string addonLibFolders ) : System.Collections.Generic
coreLibFolder string
addonLibFolders string
리턴 System.Collections.Generic

ImportBikeFile() 공개 메소드

public ImportBikeFile ( string currentFolder, string filePath, bool &alreadyImported ) : string
currentFolder string
filePath string
alreadyImported bool
리턴 string