NullDCDClient

Undocumented in source.
class NullDCDClient : IDCDClient {}

Members

Manifest constants

Methods
enum Methods;
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