Protocol 类

定义

Objective-C 协议的表示形式。

public class Protocol : ObjCRuntime.INativeObject
type Protocol = class
    interface INativeObject
继承
Protocol
实现

构造函数

Protocol(IntPtr)

为指定的 Objective-C 协议创建 Protocol 类的实例。

Protocol(String)

通过按名称查找协议来创建 Protocol 的实例。

Protocol(Type)

为指定的托管类型创建 Protocol 类的实例 (它必须表示 Objective-C 协议) 。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

Name

协议的名称。

方法

GetHandle(String)

返回 Objective-C 协议的句柄。

适用于