Function
関数
class_getImageName
Returns the name of the dynamic library a class originated from.
あるクラスがそれに源を発する動的ライブラリの名前を返します。
Technology
- Objective-C Runtime
Objective-Cランタイム
Declaration
宣言
const char * class_getImageName(Class cls);
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
ライブラリを扱う
objc_copyImageNames
Returns the names of all the loaded Objective-C frameworks and dynamic libraries.
全てのロードされたObjective-Cフレームワークおよび動的ライブラリの名前を返します。
objc_copyClassNamesForImage
Returns the names of all the classes within a specified library or framework.
指定されたライブラリまたはフレームワーク内の全てのクラスの名前を返します。