C# 클래스 MonoDevelop.TypeScriptBinding.TypeScriptService

파일 보기 프로젝트 열기: atsushieno/md-typescript 1 사용 예제들

공개 메소드들

메소드 설명
GetFilePath ( FilePath path ) : string
GetFilePath ( ProjectFile file ) : string
GetFilePath ( string file ) : string
GetMemberCompletionsAt ( string filename, int position ) : IEnumerable
TypeScriptService ( Project project ) : System
UpdateLastEditTime ( FilePath file ) : void
UpdateScripts ( ) : void

메소드 상세

GetFilePath() 공개 메소드

public GetFilePath ( FilePath path ) : string
path FilePath
리턴 string

GetFilePath() 공개 메소드

public GetFilePath ( ProjectFile file ) : string
file MonoDevelop.Projects.ProjectFile
리턴 string

GetFilePath() 공개 메소드

public GetFilePath ( string file ) : string
file string
리턴 string

GetMemberCompletionsAt() 공개 메소드

public GetMemberCompletionsAt ( string filename, int position ) : IEnumerable
filename string
position int
리턴 IEnumerable

TypeScriptService() 공개 메소드

public TypeScriptService ( Project project ) : System
project MonoDevelop.Projects.Project
리턴 System

UpdateLastEditTime() 공개 메소드

public UpdateLastEditTime ( FilePath file ) : void
file FilePath
리턴 void

UpdateScripts() 공개 메소드

public UpdateScripts ( ) : void
리턴 void