Function 関数

class_replaceProperty(_:_:_:_:)

Replace a property of a class. あるクラスのあるプロパティを置き換えます。

Declaration 宣言

func class_replaceProperty(_ cls: AnyClass?, 
                         _ name: UnsafePointer<CChar>, 
                         _ attributes: UnsafePointer<objc_property_attribute_t>?, 
                         _ attributeCount: UInt32)

Parameters パラメータ

cls

The class to modify.

name

The name of the property.

attributes

An array of property attributes.

attributeCount

The number of attributes in attributes.

See Also 参照

Working with Classes クラスを扱う