ExternalDCDClient

Undocumented in source.

Constructors

this
this(string clientPath)
Undocumented in source.

Members

Functions

addImportPaths
bool addImportPaths(string[] importPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
clearCache
bool clearCache()
Undocumented in source. Be warned that the author may not have intended to support it.
listImportPaths
string[] listImportPaths()
Undocumented in source. Be warned that the author may not have intended to support it.
queryRunning
bool queryRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
removeImportPaths
bool removeImportPaths(string[] importPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
requestAutocomplete
Completion requestAutocomplete(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestDocumentation
string[] requestDocumentation(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestLocalUse
LocalUse requestLocalUse(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestSymbolInfo
SymbolInformation requestSymbolInfo(CodeRequest loc)
Undocumented in source. Be warned that the author may not have intended to support it.
requestSymbolSearch
DCDResponse.Completion[] requestSymbolSearch(string query)
Undocumented in source. Be warned that the author may not have intended to support it.
runningPort
ushort runningPort()
Undocumented in source. Be warned that the author may not have intended to support it.
runningPort
void runningPort(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
bool shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
socketFile
string socketFile()
Undocumented in source. Be warned that the author may not have intended to support it.
socketFile
void socketFile(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
usingUnixDomainSockets
bool usingUnixDomainSockets()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_runningPort
ushort _runningPort;
Undocumented in source.
_socketFile
string _socketFile;
Undocumented in source.
clientPath
string clientPath;
Undocumented in source.

Inherited Members

From IDCDClient

socketFile
string socketFile()
Undocumented in source.
socketFile
void socketFile(string )
Undocumented in source.
runningPort
ushort runningPort()
Undocumented in source.
runningPort
void runningPort(ushort )
Undocumented in source.
usingUnixDomainSockets
bool usingUnixDomainSockets()
Undocumented in source.
queryRunning
bool queryRunning()
Undocumented in source.
shutdown
bool shutdown()
Undocumented in source.
clearCache
bool clearCache()
Undocumented in source.
addImportPaths
bool addImportPaths(string[] importPaths)
Undocumented in source.
removeImportPaths
bool removeImportPaths(string[] importPaths)
Undocumented in source.
listImportPaths
string[] listImportPaths()
Undocumented in source.
requestSymbolInfo
SymbolInformation requestSymbolInfo(CodeRequest loc)
Undocumented in source.
requestDocumentation
string[] requestDocumentation(CodeRequest loc)
Undocumented in source.
requestSymbolSearch
DCDResponse.Completion[] requestSymbolSearch(string query)
Undocumented in source.
requestLocalUse
LocalUse requestLocalUse(CodeRequest loc)
Undocumented in source.
requestAutocomplete
Completion requestAutocomplete(CodeRequest loc)
Undocumented in source.

Meta