共用方式為


RegisterAttribute 類別

定義

此 API 支援 MonoDroid 基礎結構,並不適合直接從您的程式代碼使用。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property)]
public sealed class RegisterAttribute : Attribute, Java.Interop.IJniNameProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property)>]
type RegisterAttribute = class
    inherit Attribute
    interface IJniNameProviderAttribute
繼承
RegisterAttribute
屬性
實作

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

建構函式

RegisterAttribute(String)

使用指定的型別名稱建構和初始化型別的 RegisterAttribute 實例。

RegisterAttribute(String, String, String)

使用指定的成員名稱、簽章和連接器,建構和初始化型別的 RegisterAttribute 實例。

屬性

ApiSince

此 API 支援 MonoDroid 基礎結構,並不適合直接從您的程式代碼使用。

Connector

用來將 JNI 原生宣告連接到對應 Managed 實作的內部方法。

DoNotGenerateAcw

是否應該為型別產生Android可呼叫包裝函式。

Name

核心回應 Android 類型或成員的名稱。

Signature

核心回應 Android 成員的簽章。

適用於