COMClassInfoIsModuleLoaded Method |
Determines if the module containing the COM class is already loaded
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public bool IsModuleLoaded()
Public Function IsModuleLoaded As Boolean
public:
bool IsModuleLoaded()
member IsModuleLoaded : unit -> bool
Return Value
Type:
BooleanTrue if the module is loaded, otherwise False
See Also