Type Property
型プロパティ
callStackReturnAddresses
Returns an array containing the call stack return addresses.
コールスタックリターンアドレスそれらを含んでいる配列を返します。
Declaration
宣言
@property(class, readonly, copy) NSArray
<NSNumber
*> *callStackReturnAddresses;
Return Value
戻り値
An array containing the call stack return addresses. Each element is an NSNumber
object containing an NSUInteger
value.
コールスタックリターンアドレスそれらを含んでいる配列。各要素は、あるNSNumber
オブジェクトで、あるNSUInteger
値を含んでいます。
See Also
参照
Querying the Environment
環境を問い合わせる
+ isMultiThreaded
Returns whether the application is multithreaded.
アプリケーションがマルチスレッドであるかどうかを返します。
currentThread
Returns the thread object representing the current thread of execution.
現在の遂行スレッドを表しているスレッドオブジェクトを返します。
callStackSymbols
Returns an array containing the call stack symbols.
コールスタックシンボルそれらを含んでいる配列を返します。