AssemblyHash 構造体

定義

注意事項

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

アセンブリ マニフェストの内容のハッシュを表します。

public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
[<System.Serializable>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
継承
AssemblyHash
属性
実装

注釈

AssemblyHash 値は、共通言語ランタイム全体で使用され、アセンブリの内容の変更を検出します。

コンストラクター

名前 説明
AssemblyHash(AssemblyHashAlgorithm, Byte[])
古い.

指定したハッシュ アルゴリズムとハッシュ値を使用して、 AssemblyHash 構造体の新しいインスタンスを初期化します。

AssemblyHash(Byte[])
古い.

指定したハッシュ値を使用して、 AssemblyHash 構造体の新しいインスタンスを初期化します。 ハッシュ アルゴリズムの既定値は SHA1 です。

フィールド

名前 説明
Empty
古い.

空の AssemblyHash オブジェクト。

プロパティ

名前 説明
Algorithm
古い.

ハッシュ アルゴリズムを取得または設定します。

メソッド

名前 説明
Clone()
古い.

このオブジェクトを複製します。

GetValue()
古い.

ハッシュ値を取得します。

SetValue(Byte[])
古い.

ハッシュ値を設定します。

適用対象