言語

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

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

名前 説明
NativeLibraryReferenceAttribute(String)
古い.

指定したネイティブ ライブラリ ファイルを識別する新しいインスタンスを初期化します。

プロパティ

名前 説明
EmbeddedArchive
古い.

埋め込みアーカイブの名前を取得または設定します。

(継承元 ReferenceFilesAttribute)
InstallInstructions
古い.

参照先ファイルのインストール手順を取得または設定します。

(継承元 ReferenceFilesAttribute)
LibraryFileName
古い.

参照先のネイティブ ライブラリのファイル名を取得します。

PackageName
古い.

参照先ファイルに関連付けられているパッケージ名を取得または設定します。

(継承元 ReferenceFilesAttribute)
Sha1sum
古い.

参照先ファイルの SHA-1 チェックサムを取得または設定します。

(継承元 ReferenceFilesAttribute)
SourceUrl
古い.

参照先ファイルのソース URL を取得または設定します。

(継承元 ReferenceFilesAttribute)
Version
古い.

参照されるファイルのバージョンを取得または設定します。

(継承元 ReferenceFilesAttribute)

適用対象