DynamicLinkerLoadModule Method

Loads the specified abstract (platform-independent) module.

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

Parameters

fileName  String
[in] Module filename to load.
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.