getdsoprop, getdsopropnum
getdsoprop, getdsopropnum |
Purpose
Get module information.
Synopsis
function getdsoprop(dso:string, prop:integer):string
function getdsopropnum(dso:string, prop:integer):real
Arguments
dso
|
The name of a module currently loaded into memory
|
||||||
prop
|
The property to retrieve. Possible values:
|
Return value
The property as a string (real for
getdsopropnum) or an empty string (
-1 for
getdsopropnum) in case of error (invalid property or the module was not found)
Related topics
Module