JavaLibraryReferenceAttribute Class

Definition

Caution

This attribute is no longer supported.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Obsolete("This attribute is no longer supported.", true)]
public class JavaLibraryReferenceAttribute : Android.ReferenceFilesAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
[<System.Obsolete("This attribute is no longer supported.", true)>]
type JavaLibraryReferenceAttribute = class
    inherit ReferenceFilesAttribute
Inheritance
JavaLibraryReferenceAttribute
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
JavaLibraryReferenceAttribute(String)

Properties

Name Description
EmbeddedArchive

Gets or sets the name of the embedded archive.

(Inherited from ReferenceFilesAttribute)
InstallInstructions

Gets or sets installation instructions for the referenced file.

(Inherited from ReferenceFilesAttribute)
LibraryFileName
PackageName

Gets or sets the package name associated with the referenced file.

(Inherited from ReferenceFilesAttribute)
Sha1sum

Gets or sets the SHA-1 checksum of the referenced file.

(Inherited from ReferenceFilesAttribute)
SourceUrl

Gets or sets the source URL for the referenced file.

(Inherited from ReferenceFilesAttribute)
Version

Gets or sets the version of the referenced file.

(Inherited from ReferenceFilesAttribute)

Applies to