| 403 | */ |
| 404 | void SetAssemblyName(unsigned int nodeId, const char* name); |
| 405 | void SetAssemblyName(const char* name) { this->SetAssemblyName(0, name); } |
| 406 | const char* GetAssemblyName(unsigned int nodeId); |
| 407 | const char* GetAssemblyName() { return this->GetAssemblyName(0); } |
| 408 | void AddSelector(unsigned int nodeId, const char* selector); |
nothing calls this directly
no test coverage detected