klyn.reflection.TypeLoader.typeFullName
method
public static typeFullName(index as Int) as String:
Description

Returns the full name of a reflected type by index.

Parameters
ParameterDescription
indexZero-based reflection type index.
Returns

Full type name, or an empty string when the index is invalid.

Example
import klyn.reflection
print(TypeLoader.typeFullName(0))