func
NewiOStvOSwatchOS
objc_copyImageHeaders
NewiOStvOSwatchOSpublic func objc_copyImageHeaders(_ outCount: UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<OpaquePointer>What's New / Storage, System & Virtualization
The Objective-C runtime exposes a C API for inspecting and manipulating classes, methods, instance variables, properties, and loaded images at runtime, backing the dynamic features of the Objective-C language.
The 27 SDK adds 2 APIs, with no deprecations or removals. One addition is objc_copyImageHeaders, which returns the runtime's loaded Mach-O image headers.
objc_copyImageHeaderspublic func objc_copyImageHeaders(_ outCount: UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<OpaquePointer>objc_copyImageHeaderspublic func objc_copyImageHeaders(_ outCount: UnsafeMutablePointer<UInt32>?) -> UnsafeMutablePointer<UnsafePointer<mach_header>>No APIs match your filter.