Function 関数

objc_copyClassNamesForImage(_:_:)

Returns the names of all the classes within a specified library or framework. 指定されたライブラリまたはフレームワーク内の全てのクラスの名前を返します。

Declaration 宣言

func objc_copyClassNamesForImage(_ image: UnsafePointer<CChar>, 
                               _ outCount: UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>?

Parameters パラメータ

image

The library or framework you are inquiring about. あなたがそれについて尋ねているライブラリまたはフレームワーク。

outCount

The number of class names in the returned array. 返される配列の中のクラス名の数。

Return Value 戻り値

An array of C strings representing all of the class names within the specified library or framework. 指定されたライブラリまたはフレームワーク内のクラス名の全てを表しているC文字列それらからなるある配列。

See Also 参照

Working with Libraries ライブラリを扱う