var name: String?
The name of the receiver.
レシーバの名前。
var stackSize : Int
The stack size of the receiver, in bytes.
レシーバのスタックサイズ、バイト数で。
Availability 有効性
Technology
var threadDictionary: NSMutableDictionary
{ get }
You can use the returned dictionary to store thread-specific data. The thread dictionary is not used during any manipulations of the NSThread
object—it is simply a place where you can store any interesting data. For example, Foundation uses it to store the thread’s default NSConnection
and NSAssertion
instances. You may define your own keys for the dictionary.
あなたは、返された辞書を使って、スレッド特有のデータを格納できます。スレッド辞書は、NSThread
オブジェクトのいかなる操作の間にも使われることができません — それは単にあなたが何らかの興味深いデータを格納可能な場所です。例えば、Foundationはそれを使ってスレッドのもつ省略時のNSConnection
およびNSAssertion
インスタンスを格納します。あなたは、あなた独自のキーを辞書に対して定義するかもしれません。
var name: String?
var stackSize : Int