Function 関数

class_getImageName(_:)

Returns the name of the dynamic library a class originated from. あるクラスがそれに源を発する動的ライブラリの名前を返します。

Declaration 宣言

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

Parameters パラメータ

cls

The class you are inquiring about. あなたがそれについて尋ねているクラス。

Return Value 戻り値

A C string representing the name of the library containing the cls class.

See Also 参照

Working with Libraries ライブラリを扱う