Function 関数

objc_copyImageNames(_:)

Returns the names of all the loaded Objective-C frameworks and dynamic libraries. 全てのロードされたObjective-Cフレームワークおよび動的ライブラリの名前を返します。

Declaration 宣言

func objc_copyImageNames(_ outCount: UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>

Parameters パラメータ

outCount

The number of names in the returned array.

Return Value 戻り値

An array of C strings representing the names of all the loaded Objective-C frameworks and dynamic libraries.

See Also 参照

Working with Libraries ライブラリを扱う