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
属性
実装

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
RegisterAttribute(String, String, String)

指定したメンバー名、署名、およびコネクタを使用して、 RegisterAttribute 型のインスタンスを構築して初期化します。

RegisterAttribute(String)

指定した型名を使用して、 RegisterAttribute 型のインスタンスを構築して初期化します。

プロパティ

名前 説明
ApiSince

この API は MonoDroid インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

Connector

JNI ネイティブ宣言を対応するマネージド実装に接続するために使用する内部メソッド。

DoNotGenerateAcw

Android 呼び出し可能ラッパーを型に対して生成する必要があるかどうか。

Name

コアに対応する Android の種類またはメンバーの名前。

Signature

コアが応答する Android メンバーの署名。

適用対象