Java.Interop.ExportParameterAttribute Class
Within the method that is marked with Java.Introp.ExportAttribute , specify the actual Java type of the corresponding parameter or return value.

See Also: ExportParameterAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue | System.AttributeTargets.All, AllowMultiple=false, Inherited=false)]
public class ExportParameterAttribute : Attribute

Remarks

Java.Introp.ExportAttribute and Java.Introp.ExportFieldAttribute are used to generate Java method and/or field explicitly in Android Callable Wrappers (ACWs), with specific name. Since Mono for Android maps more than one Java types to one managed type, the signature for the Java method that corresponds to an exported managed method cannot be determined without detailed specification. Java.Introp.ExportParameterAttribute is used in such usage scenario, to indicate which Java type it is used in the generated code.

For details, see ExportAttribute section of the documentation page.

This type is introduced in Mono for Android 4.2.

Requirements

Namespace: Java.Interop
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0