NativeLibraryReferenceAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This attribute is no longer supported.
已过时。 标识程序集的本机库引用。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
[System.Obsolete("This attribute is no longer supported.", true)]
public sealed class NativeLibraryReferenceAttribute : Android.ReferenceFilesAttribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
[<System.Obsolete("This attribute is no longer supported.", true)>]
type NativeLibraryReferenceAttribute = class
inherit ReferenceFilesAttribute
- 继承
- 属性
注解
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。
构造函数
| 名称 | 说明 |
|---|---|
| NativeLibraryReferenceAttribute(String) |
已过时.
初始化标识指定本机库文件的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| EmbeddedArchive |
已过时.
获取或设置嵌入存档的名称。 (继承自 ReferenceFilesAttribute) |
| InstallInstructions |
已过时.
获取或设置所引用文件的安装说明。 (继承自 ReferenceFilesAttribute) |
| LibraryFileName |
已过时.
获取引用的本机库的文件名。 |
| PackageName |
已过时.
获取或设置与引用的文件关联的包名称。 (继承自 ReferenceFilesAttribute) |
| Sha1sum |
已过时.
获取或设置所引用文件的 SHA-1 校验和。 (继承自 ReferenceFilesAttribute) |
| SourceUrl |
已过时.
获取或设置所引用文件的源 URL。 (继承自 ReferenceFilesAttribute) |
| Version |
已过时.
获取或设置引用的文件的版本。 (继承自 ReferenceFilesAttribute) |