Framework フレームワーク

Objective-C Runtime Objective-Cランタイム

Gain low-level access to the Objective-C runtime and the Objective-C root types. Objective-CランタイムとObjective-Cルート型への低水準アクセスを獲得します。

Overview 概要

The Objective-C Runtime module APIs define the base of the Objective-C language. These APIs include: Objective-C RuntimeモジュールAPIは、Objective-C言語の基礎を定義します。それらAPIは以下のものを含みます:

  • Types such as the NSObject class and the NSObjectProtocol protocol that provide the root functionality of most Objective-C classes

  • Functions and data structures that comprise the Objective-C runtime, which provides support for the dynamic properties of the Objective-C language Objective-C言語の動的プロパティに対するサボートを提供するObjective-Cランタイムを作り上げる、関数およびデータ構造体

You typically don't need to use this module directly. あなたは概してこのモジュールを直接に使う必要はありません。

Topics 話題

Classes クラス

Protocols 様々なプロトコル

Reference

Enumerations 列挙