method_invoke
Calls the implementation of a specified method.
method_invoke_stret
Calls the implementation of a specified method that returns a data-structure.
method_getName
Returns the name of a method.
あるメソッドの名前を返します。
method_getImplementation
Returns the implementation of a method.
あるメソッドの実装を返します。
method_getTypeEncoding
Returns a string describing a method's parameter and return types.
あるメソッドのもつパラメータおよび戻り型を記述している文字列を返します。
method_copyReturnType
Returns a string describing a method's return type.
あるメソッドのもつ戻り型を記述している文字列を返します。
method_copyArgumentType
Returns a string describing a single parameter type of a method.
あるメソッドのある単一のパラメータ型を記述している文字列を返します。
method_getReturnType
Returns by reference a string describing a method's return type.
あるメソッドのもつ戻り型を記述している文字列を参照によって返します。
method_getArgumentType
Returns by reference a string describing a single parameter type of a method.
あるメソッドのある単一のパラメータ型を記述している文字列を参照によって返します。
method_getDescription
Returns a method description structure for a specified method.
指定されたメソッドに対するメソッド記述構造体を返します。
method_setImplementation
Sets the implementation of a method.
あるメソッドの実装を設定します。
method_exchangeImplementations
Exchanges the implementations of two methods.
2つのメソッドの実装を交換します。