Functions | |
| void | ConceptRTComponentsInitialize () |
| Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer. More... | |
| void | ConceptRTComponentsInitialize (PCChar8 applicationPath) |
| Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer. More... | |
| void | ConceptRTComponentsFinalize () |
| Finalize ConceptRTOs layer. Should be called after using ConceptRTOs layer. More... | |
| bool | IsConceptRTComponentsInitialized () |
| Query if ConceptRTComponents layer has been initialized. More... | |
| void ConceptRTComponentsFinalize | ( | ) |
Finalize ConceptRTOs layer. Should be called after using ConceptRTOs layer.
Can be used instead of ConceptRTOsFinalize()
| void ConceptRTComponentsInitialize | ( | ) |
Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer.
Can be used instead of ConceptRTOsInitialize()
| void ConceptRTComponentsInitialize | ( | PCChar8 | applicationPath | ) |
Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer.
| applicationPath | The application path. See System::GetApplicationPath() |
Can be used instead of ConceptRTOsInitialize(PCChar8 applicationPath)
| bool IsConceptRTComponentsInitialized | ( | ) |
Query if ConceptRTComponents layer has been initialized.