GetModuleInfo
Jump to navigation
Jump to search
This function returns information about the specified module.
Syntax
table getModuleInfo (string moduleName, string informationToGet)
Required Arguments
- moduleName: A string containing the module you wish to get information of e.g. "hashing.dll"
- informationToGet: A string containing the information you wish to retrieve Currently supported information is Version, Name and Author.
Returns
Returns a string with the requested information about the module. If The modulename is invalid or the informationToGet parameter is invalid it will return false.
Example
See Also