Function 関数

object_getClassName(_:)

Returns the class name of a given object. 与えられたオブジェクトのクラス名を返します。

Declaration 宣言

func object_getClassName(_ obj: Any?) -> UnsafePointer<CChar>

Parameters パラメータ

obj

An Objective-C object. あるObjective-Cオブジェクト。

Return Value 戻り値

The name of the class of which obj is an instance.

See Also 参照

Working with Instances インスタンスを扱う