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
)
Public Function LoadModule (
fileName As String,
printIt As Boolean,
asCmd As Boolean
) As Module
public:
Module^ LoadModule(
String^ fileName,
bool printIt,
bool asCmd
)
member LoadModule :
fileName : string *
printIt : bool *
asCmd : bool -> Module
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