DynamicLinkerIsModuleLoaded Method
|
Checks whether the specified module is
loaded.
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsModuleLoaded(
string fileName
)
Public Function IsModuleLoaded (
fileName As String
) As Boolean
public:
bool IsModuleLoaded(
String^ fileName
)
member IsModuleLoaded :
fileName : string -> bool
Parameters
- fileName String
- [in] File name of a module to check.
Return Value
Boolean
True if the specified module is loaded; otherwise the method
returns false.
See Also