DynamicLinkerLoadApp Method

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

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public Module LoadApp(
        string appName,
        bool printIt,
        bool asCmd
)

Parameters

appName  String
[in] TX application name.
printIt  Boolean
[in] Flag that specifies whether to print load status.
asCmd  Boolean
[in] Flag that specifies whether to load application as if by user command.

Return Value

Module
Handle to the loaded module.
See Also

©  Bricsys NV. All rights reserved.