ExportAttribute クラス

定義

Android 呼び出し可能ラッパー (ACW) になるJava メソッドJavaエクスポートするコード ジェネレーターを示すためにメソッドで使用されます。

[System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportAttribute = class
    inherit Attribute
継承
ExportAttribute
属性

注釈

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

コンストラクター

名前 説明
ExportAttribute()

Android 呼び出し可能ラッパー (ACW) になるJava メソッドJavaエクスポートするコード ジェネレーターを示すためにメソッドで使用されます。

ExportAttribute(String)

この型の新しいインスタンスを作成します。

プロパティ

名前 説明
Name

生成するJavaメソッド名を指定します。

SuperArgumentsString

Android 呼び出し可能ラッパー (ACW) になるJava メソッドJavaエクスポートするコード ジェネレーターを示すためにメソッドで使用されます。

Throws

スローできる型を指定します。これは、チェックされた例外を示すために使用されます。

適用対象