AssemblyFile.HashValue プロパティ

定義

HashAlgorithm を使用して計算されたファイル コンテンツのハッシュ値を取得します。

public:
 property System::Reflection::Metadata::BlobHandle HashValue { System::Reflection::Metadata::BlobHandle get(); };
public System.Reflection.Metadata.BlobHandle HashValue { get; }
member this.HashValue : System.Reflection.Metadata.BlobHandle
Public ReadOnly Property HashValue As BlobHandle

プロパティ値

BlobHandleファイル コンテンツのハッシュ値を表す インスタンス。

注釈

HashValue ECMA-335 Standard のテーブルのフィールドFileに対応します。

適用対象