Initializing help system before first use

getdsoprop

getdsoprop


Purpose
Get module information.
Synopsis
function getdsoprop(dso:string, prop:integer):string
Arguments
dso 
The name of a module currently loaded into memory
prop 
The property to retrieve. Possible values:
PROP_NAME 
Module name
PROP_VERSION 
Module version
PROP_PATH 
Path to the module file
Return value
The property as a string or an empty string in case of error (invalid property or the module was not found)
Related topics
Module