C# Class MonoDevelop.TypeScriptBinding.TypeScriptService

ファイルを表示 Open project: atsushieno/md-typescript Class Usage Examples

Public Methods

Method Description
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

Method Details

GetFilePath() public method

public GetFilePath ( FilePath path ) : string
path FilePath
return string

GetFilePath() public method

public GetFilePath ( ProjectFile file ) : string
file MonoDevelop.Projects.ProjectFile
return string

GetFilePath() public method

public GetFilePath ( string file ) : string
file string
return string

GetMemberCompletionsAt() public method

public GetMemberCompletionsAt ( string filename, int position ) : IEnumerable
filename string
position int
return IEnumerable

TypeScriptService() public method

public TypeScriptService ( Project project ) : System
project MonoDevelop.Projects.Project
return System

UpdateLastEditTime() public method

public UpdateLastEditTime ( FilePath file ) : void
file FilePath
return void

UpdateScripts() public method

public UpdateScripts ( ) : void
return void