DelegateProxyAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個屬性是用來通知執行時間,哪個類別是用來將 Managed 委派包裝到 Objective-C 區塊中。
[System.AttributeUsage(System.AttributeTargets.ReturnValue, AllowMultiple=false)]
public sealed class DelegateProxyAttribute : Attribute
type DelegateProxyAttribute = class
inherit Attribute
- 繼承
-
DelegateProxyAttribute
- 屬性
備註
Xamarin.iOS 的內部會使用此類型。
此屬性會套用在傳回型別上,並由 Xamarin.iOS 執行時間用來找出協助程式類別,該類別可用來將 Managed 委派轉換成 Objective-C 區塊,稍後可由機器碼叫用以觸發 Managed 執行。
建構函式
DelegateProxyAttribute(Type) |
指定用來將 Managed 委派 Proxy 到 Objective-C 區塊的委派類型。 |
屬性
DelegateType |
用來將 Managed 委派 Proxy 到 Objective-C 區塊的委派類型。 |