JavaLibraryReferenceAttribute 类

定义

注意

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
继承
JavaLibraryReferenceAttribute
属性

注解

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

构造函数

名称 说明
JavaLibraryReferenceAttribute(String)

属性

名称 说明
EmbeddedArchive
已过时.

获取或设置嵌入存档的名称。

(继承自 ReferenceFilesAttribute)
InstallInstructions
已过时.

获取或设置所引用文件的安装说明。

(继承自 ReferenceFilesAttribute)
LibraryFileName
PackageName
已过时.

获取或设置与引用的文件关联的包名称。

(继承自 ReferenceFilesAttribute)
Sha1sum
已过时.

获取或设置所引用文件的 SHA-1 校验和。

(继承自 ReferenceFilesAttribute)
SourceUrl
已过时.

获取或设置所引用文件的源 URL。

(继承自 ReferenceFilesAttribute)
Version
已过时.

获取或设置引用的文件的版本。

(继承自 ReferenceFilesAttribute)

适用于