Function 関数

class_getClassVariable(_:_:)

Returns the Ivar for a specified class variable of a given class.

Declaration 宣言

func class_getClassVariable(_ cls: AnyClass?, 
                          _ name: UnsafePointer<CChar>) -> Ivar?

Parameters パラメータ

cls

The class definition whose class variable you wish to obtain. それのクラス変数をあなたが入手したいクラス定義。

name

The name of the class variable definition to obtain. 入手したいクラス変数定義の名前。

Return Value 戻り値

A pointer to an Ivar data structure containing information about the class variable specified by name.

See Also 参照

Working with Classes クラスを扱う