Instance Method インスタンスメソッド

getCFRunLoop()

Returns the receiver's underlying CFRunLoop object. レシーバのもつ根底にあるCFRunLoopオブジェクトを返します。

Declaration 宣言

func getCFRunLoop() -> CFRunLoop

Return Value 戻り値

The receiver's underlying CFRunLoop object. レシーバのもつ根底にあるCFRunLoopオブジェクト。

Discussion 議論

You can use the returned run loop to configure the current run loop using Core Foundation function calls. For example, you might use this function to set up a run loop observer. あなたは、その返された実行ループを使って、現在の実行ルーフをCore Foundation関数呼び出しを使って構成設定できます。例えば、あなたはこの関数を使ってある実行ループオブザーバを準備するかもしれません。

See Also 参照

Accessing Run Loops and Modes 実行ループおよびモードにアクセスする