Extract Objective-C class information from library at runtime
Posted
by Frank C.
on Stack Overflow
See other posts from Stack Overflow
or by Frank C.
Published on 2010-05-10T11:46:56Z
Indexed on
2010/05/10
11:54 UTC
Read the original article
Hit count: 513
osx
|objective-c
I was wondering if there were a way to extract information from an objective-c app, static or dynamic library and/or framework?
Information such as an array of class names without instantiating or running the target.
I've checked google and the apple developer documentation and haven't found anything.
Frank
© Stack Overflow or respective owner