getnettype

getnettype(myobj)

Ritorna il tipo (come stringa) di un oggetto .net

Esempio getnettype()

local s = box("ciao", "String")
local tp = getnettype(s)