Android.Runtime.RegisterAttribute Members

The members of Android.Runtime.RegisterAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Constructs and initializes an instance of the Android.Runtime.RegisterAttribute type with the specified type name.
Constructs and initializes an instance of the Android.Runtime.RegisterAttribute type with the specified member name, signature, and connector.

Public Properties

Connectorstring. The internal method to use to connect JNI native declarations to the corresponding managed implementations.
DoNotGenerateAcwbool. Whether an Android Callable Wrapper should be generated for the type.
Namestring. The name of the coresponding Android type or member.
Signaturestring. The signature of the coresponding Android member.