語言

NativeLibraryReferenceAttribute 類別

定義

警告

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
屬性

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

建構函式

名稱 Description
NativeLibraryReferenceAttribute(String)
已淘汰.

初始化一個新實例,以識別指定的原生函式庫檔案。

屬性

名稱 Description
EmbeddedArchive
已淘汰.

取得或設定嵌入檔案的名稱。

(繼承來源 ReferenceFilesAttribute)
InstallInstructions
已淘汰.

取得或設定該參考檔案的安裝指令。

(繼承來源 ReferenceFilesAttribute)
LibraryFileName
已淘汰.

取得參考的原生函式庫的檔案名稱。

PackageName
已淘汰.

取得或設定與參考檔案相關的套件名稱。

(繼承來源 ReferenceFilesAttribute)
Sha1sum
已淘汰.

取得或設定參考檔案的 SHA-1 校驗和。

(繼承來源 ReferenceFilesAttribute)
SourceUrl
已淘汰.

取得或設定所參考檔案的原始網址。

(繼承來源 ReferenceFilesAttribute)
Version
已淘汰.

取得或設定參考檔案的版本。

(繼承來源 ReferenceFilesAttribute)

適用於