C# 클래스 Tx.LinqPad.TypeCache

파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 메소드들

메소드 설명
BuildCache ( string targetDir, string traces, string metadataDir ) : void
GetAssemblies ( string targetDir, string traces, string metadaFiles ) : string[]
GetAvailableTypes ( string targetDir, string traces, string metadaFiles ) : System.Type[]
Init ( string targetDir ) : void

비공개 메소드들

메소드 설명
GetCacheDir ( string targetDir ) : string

메소드 상세

BuildCache() 공개 메소드

public BuildCache ( string targetDir, string traces, string metadataDir ) : void
targetDir string
traces string
metadataDir string
리턴 void

GetAssemblies() 공개 메소드

public GetAssemblies ( string targetDir, string traces, string metadaFiles ) : string[]
targetDir string
traces string
metadaFiles string
리턴 string[]

GetAvailableTypes() 공개 메소드

public GetAvailableTypes ( string targetDir, string traces, string metadaFiles ) : System.Type[]
targetDir string
traces string
metadaFiles string
리턴 System.Type[]

Init() 공개 메소드

public Init ( string targetDir ) : void
targetDir string
리턴 void