| 167 | |
| 168 | static wstring GetExecutableModuleName() { return ExecutableModuleNameW; } |
| 169 | static void SetExecutableModuleName(wstring name) { ExecutableModuleNameW = name; } |
| 170 | |
| 171 | private: |
| 172 |
nothing calls this directly
no outgoing calls
no test coverage detected