語言

ExportAttribute 類別

定義

用於一個方法,指示 Java 程式碼產生器匯出一個成為 Android 可呼叫包裝器(ACW)的 Java 方法。

[System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportAttribute : Java.Interop.BaseExportAttribute
[<System.AttributeUsage(System.AttributeTargets.Constructor | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportAttribute = class
    inherit BaseExportAttribute
繼承
ExportAttribute
屬性

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

建構函式

名稱 Description
ExportAttribute()

用於一個方法,指示 Java 程式碼產生器匯出一個成為 Android 可呼叫包裝器(ACW)的 Java 方法。

ExportAttribute(String)

建立一個此類新實例。

屬性

名稱 Description
Name

指定要產生的 Java 方法名稱。

SuperArgumentsString

用於一個方法,指示 Java 程式碼產生器匯出一個成為 Android 可呼叫包裝器(ACW)的 Java 方法。

Throws

指定可拋出的類型,並用來指示已檢查的例外。

適用於