API Reference > OdRx Classes > OdRxDynamicLinker Class > OdRxDynamicLinker Methods > OdRxDynamicLinker::loadApp Method
OdRxDynamicLinker::loadApp Method
Syntax
C++
virtual OdRxModulePtr loadApp(const OdString& applicationName, bool silent = true) = 0;
Parameters 
Description 
const OdString& applicationName 
[in] TX application name.  
bool silent = true 
[in] If and only if true, no load status message will be printed. 

Maps the specfied application name to the a module filename, and loads that module. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.