Function 関数

objc_getProtocol(_:)

Returns a specified protocol. 指定されたプロトコルを返します。

Declaration 宣言

func objc_getProtocol(_ name: UnsafePointer<CChar>) -> Protocol?

Parameters パラメータ

name

The name of a protocol. プロトコルの名前

Return Value 戻り値

The protocol named name, or NULL if no protocol named name could be found.

Discussion 解説

This function acquires the runtime lock. この関数は、runtimeロックを獲得します。

See Also 参照

Working with Protocols プロトコルを扱う