- addInstanceInstance addInstance(string cwd, Configuration configOverrides, string[] preloadComponents) 
- Creates a new workspace with the given cwd with optional config overrides and preload components for non-autoRegister components. 
- attachbool attach(Instance instance, string component) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- broadcastvoid broadcast(WorkspaceD.Instance instance, JSONValue value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getT get() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getT get(string cwd) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getInstanceInstance getInstance(string cwd) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- hasbool has() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- hasbool has(string cwd) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- registerComponentFactory register(bool autoRegister) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeInstancebool removeInstance(string cwd) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- runFuture!JSONValue run(string cwd, string component, string method, JSONValue[] args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- runFuture!JSONValue run(string component, string method, JSONValue[] args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- shutdownvoid shutdown() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
WorkspaceD instance holding plugins.