object_copy
Returns a copy of a given object.
object_dispose
Frees the memory occupied by a given object.
object_setInstanceVariable
Changes the value of an instance variable of a class instance.
object_getIndexedIvars
Returns a pointer to any extra bytes allocated with a instance given object.
あるインスタンス、与えられたオブジェクト、でアロケートされた何らかの余分なバイトへのポインタを返します。
object_getIvar
Reads the value of an instance variable in an object.
あるオブジェクトの中のあるインスタンス変数の値を読み出します。
object_setIvar
Sets the value of an instance variable in an object.
あるオブジェクトの中のあるインスタンス変数の値を設定します。
object_getClassName
Returns the class name of a given object.
与えられたオブジェクトのクラス名を返します。
object_getClass
Returns the class of an object.
あるオブジェクトのクラスを返します。
object_setClass
Sets the class of an object.
あるオブジェクトのクラスを設定します。