ExportParameterAttribute 类

定义

在用 T:Java。Introp.ExportAttribute,指定相应参数或返回值的实际Java类型。

[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false, Inherited=false)]
[System.Serializable]
public class ExportParameterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false, Inherited=false)>]
[<System.Serializable>]
type ExportParameterAttribute = class
    inherit Attribute
继承
ExportParameterAttribute
属性

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

构造函数

名称 说明
ExportParameterAttribute(ExportParameterKind)

创建此属性的新实例。

属性

名称 说明
Kind

用于相应 Android 可调用包装器(ACW)的Java类型。

适用于