Returns the prefix paths of all imports in a class.
function getImportedNames input TypeName class_; output String[:] out_public; output String[:] out_protected; end getImportedNames;