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

Returns the direct super-type name of a reflected type by index.

Parameters
ParameterDescription
indexZero-based reflection type index.
Returns

Super-type name, or an empty string when no super-type is known.

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