func objc_copyImageNames (UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>
Returns the names of all the loaded Objective-C frameworks and dynamic libraries.
全てのロードされたObjective-Cフレームワークおよび動的ライブラリの名前を返します。
func objc_copyClassNamesForImage (UnsafePointer<CChar>, UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>?
Returns the names of all the classes within a specified library or framework.
指定されたライブラリまたはフレームワーク内の全てのクラスの名前を返します。