JniMethodSignatureAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class JniMethodSignatureAttribute : Java.Interop.JniMemberSignatureAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type JniMethodSignatureAttribute = class
    inherit JniMemberSignatureAttribute
Inheritance
JniMethodSignatureAttribute
Attributes

Constructors

Name Description
JniMethodSignatureAttribute(String, String)

Properties

Name Description
MemberName (Inherited from JniMemberSignatureAttribute)
MemberSignature (Inherited from JniMemberSignatureAttribute)

Applies to