![]() |
CFBundleLoadExecutable | Header: CFBundle.h |
Loads a bundle's main executable code into memory and dynamically links it into the running application.
Boolean CFBundleLoadExecutable ( CFBundleRef bundle );
A reference value of type CFBundleRef indicating the bundle whose main executable you would like to load.
A Boolean flag indicating whether the executable was loaded.