Protocol 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 协议的句柄。 |