Function 関数

object_getClass(_:)

Returns the class of an object. あるオブジェクトのクラスを返します。

Declaration 宣言

func object_getClass(_ obj: Any?) -> AnyClass?

Parameters パラメータ

object

The object you want to inspect.

Return Value 戻り値

The class object of which object is an instance, or Nil if object is nil.

See Also 参照

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