Method | Description | |
---|---|---|
GetSelector ( |
Gets the selector for the given method. The selector for a method is build with the following rules: Here are some examples of result:
|
|
GetSignature ( |
Gets the signature for the given method. Here are some examples of result for methods:
|
|
GetTypeAlignment ( |
Return the native type alignment size used to build selector signature. The value represents the size of the parameter on the stack. Here are some examples of sizes:
|
|
GetTypeEncoding ( |
Return the Objective-C encoding used to build selector signature. Here are some examples of encoding: For a full list of the encoding, refer to http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_5_section_7.html
|
|
GetTypeSize ( |
Return the native type size. The value represents the natural size of the type. Here are some examples of sizes:
|
Method | Description | |
---|---|---|
GetSignature ( |
Gets the signature for the given method.
|
|
GetTypeAlignmentInternal ( |
||
GetTypeEncodingInternal ( |
||
GetTypeSizeInternal ( |
public static GetSelector ( |
||
methodBase | The method. | |
return | String |
public static GetSignature ( |
||
methodInfo | The method. | |
return | String |
public static GetTypeAlignment ( |
||
type | The type to measure. | |
return | int |
public static GetTypeEncoding ( |
||
type | The type to encode. | |
return | String |
public static GetTypeSize ( |
||
type | The type to measure. | |
return | int |