Function 関数

class_getName(_:)

Returns the name of a class. あるクラスの名前を返します。

Declaration 宣言

func class_getName(_ cls: AnyClass?) -> UnsafePointer<CChar>

Parameters パラメータ

cls

A class object. あるクラスオブジェクト。

Return Value 戻り値

The name of the class, or the empty string if cls is Nil.

See Also 参照

Working with Classes クラスを扱う