Class.Stat (gb.util)
Static Function Stat ( Name As String ) As ClassStat
Return information about a class from its name, by analyzing its bytecode file.
By default the class file is searched in the calling component or project.
If
Name is prefixed with
../
, then the class file is searched one component up.
If
Name is prefixed with
.../
, then the class file is searched in the project.