func objc_copyImageNames (UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<CChar>>
Returns the names of all the loaded Objective-C frameworks and dynamic libraries.
全てのロードされたObjective-Cフレームワークおよび動的ライブラリの名前を返します。
func class_getImageName (AnyClass?) -> UnsafePointer<CChar>?
Returns the name of the dynamic library a class originated from.
あるクラスがそれに源を発する動的ライブラリの名前を返します。