Enumeration
列挙
Mach-O Architecture
Mach-Oアーキテクチャ
Constants that describe the CPU types that a bundle’s executable code supports.
バンドルの持つ実行可能コードをがサポートするCPU型を記述する定数。
Declaration
宣言
enum : unsigned int {
...
};
See Also
参照
Loading Code from a Bundle
バンドルからコードをロードする
executableArchitectures
An array of numbers indicating the architecture types supported by the bundle’s executable.
バンドルの持つ実行可能ファイルによってサポートされるアーキテクチャ型それぞれを指し示している数字からなる配列。
- preflightAndReturnError:
Returns a Boolean value indicating whether the bundle’s executable code could be loaded successfully.
バンドルの持つ実行可能コードがうまくロードされることができたかどうかを指し示すブール値を返します。
- load
Dynamically loads the bundle’s executable code into a running program, if the code has not already been loaded.
バンドルの持つ実行可能コードを動作しているプログラムに動的にロードします、もしコードがまだロードされていなかったならば。
- loadAndReturnError:
Loads the bundle’s executable code and returns any errors.
バンドルの持つ実行可能コードをロードして何らかのエラーを返します。
- unload
Unloads the code associated with the receiver.
レシーバに関連付けられたコードをアンロードします。
loaded
The load status of a bundle.
バンドルのロードステータス。