iscomwrapper
iscomwrapper
iscomwrapper(myobj: userdata)
Verifica se un oggetto รจ un wrapper .NET su un oggetto COM.
local String = importtype "System.String"
local s = String("ciao")
local isString = iscomwrapper(s) -- <<--- nil
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation