DynamicLinkerUnloadModule
Method
|
Unloads the specified abstract
(platform-independent) module.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void UnloadModule(
string fileName,
bool asCmd
)
Public Sub UnloadModule (
fileName As String,
asCmd As Boolean
)
public:
void UnloadModule(
String^ fileName,
bool asCmd
)
member UnloadModule :
fileName : string *
asCmd : bool -> unit
Parameters
- fileName String
- [in] Module file name to unload.
- asCmd Boolean
- [in] Flag that specifies whether to unload application as if by
user command.
See Also