DelegateProxyAttribute 类

定义

此属性用于通知运行时哪个类用于将托管委托包装到 Objective-C 块中。

[System.AttributeUsage(System.AttributeTargets.ReturnValue, AllowMultiple=false)]
public sealed class DelegateProxyAttribute : Attribute
type DelegateProxyAttribute = class
    inherit Attribute
继承
DelegateProxyAttribute
属性

注解

Xamarin.iOS 的内部人员使用此类型。

此属性应用于返回类型,并由 Xamarin.iOS 运行时用来查找帮助程序类,该类用于将托管委托转换为 Objective-C 块,本机代码稍后可以调用该块来触发托管执行。

构造函数

DelegateProxyAttribute(Type)

指定用于将托管委托代理代理到 Objective-C 块的委托类型。

属性

DelegateType

用于将托管委托代理代理到 Objective-C 块的委托类型。

适用于